< (Array)
Checks if the first iterator points to an entry with a smaller index than the second.
Arguments
iterator0
and iterator1
are the ArrayIterators to compare.
Return values
condition
is TRUE if iterator0
points to an entry with a smaller index, FALSE otherwise.
Complexity
Constant
Example
Output:
TRUE