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