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