Determines if the elements of this Iterator are lexicographically less than those of another.
bool lt(Iterator<U> other) { return cmp(other) < 0; }