Compares two Documents
You should rarely need to call this function. It exists so that Documents can be used as associative array keys.
Document d1,d2; if (d1 < d2) { }
See Implementation
Compares two Documents
You should rarely need to call this function. It exists so that Documents can be used as associative array keys.