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