v2025.6.2
All Bundles

CompareBackwardIterator

Backward iterator of comparables

Operations

Get

Gets the value that's currently pointed to

method : public : Get() ~ H

Return

TypeDescription
Hcurrent value

More

Checks to see the pointer can be advanced Backward

method : public : More() ~ Bool

Return

TypeDescription
Booltrue if pointer can be advanced, false otherwise

Next

Advances the pointer Backward

method : public : Next() ~ Nil

Remove

Removes the element at the pointer position

method : public : Remove() ~ Nil