An iterator class for any linked lists that has "next" variable in its elements.

Constructor

inline new (head:TNode)

Methods

inline hasNext ():Bool

inline next ():TNode