Determines if the elements of this Iterator are lexicographically less than those of another.
@pragma("vm:prefer-inline") bool lt(Iterator<U> other) { return cmp(other) < 0; }