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