the type of each value in the list
Return the current iterator. This seems illogical, but this is how Array IterableIterators work, so we need to be compatible. Perhaps a better implementation would be to return a new iterator that begins from the current position.
Returns the next item in the iteration.
Generated using TypeDoc
Implements an iterator for a Linked List that obeys the Iterator protocol.