All Bundles

CompareForwardIterator<H:Compare>

Forward iterator of comparables

Operations

Get

Gets the value that's currently pointed to

method : public : Get() ~ H
Return
TypeDescription
Hvalue value

More

Checks to see the pointer can be advanced

method : public : More() ~ Bool
Return
TypeDescription
Booltrue if pointer can be advanced, false otherwise

Next

Advances the pointer

method : public : Next() ~ Nil

Remove

Removes the element at the pointer position

method : public : Remove() ~ Nil