ForwardIterator
Forward iterator
Operations
Get
Gets the value that's currently pointed to
method : public : Get() ~ H
Return
Type | Description |
---|---|
H | value value |
More
Checks to see the pointer can be advanced
method : public : More() ~ Bool
Return
Type | Description |
---|---|
Bool | true if pointer can be advanced, false otherwise |