Poperator[T: T]¶
Iterate over a Seq descructively by pop
ing its elements.
Once has_next()
returns false
, the Seq is empty.
Nominee for the annual pony class-naming awards.
Implements¶
- Iterator[T^] ref
Constructors¶
create¶
Parameters¶
- seq: Seq[T] ref
Returns¶
- Poperator[T] ref^
empty¶
Returns¶
- Poperator[T] ref^
Public Functions¶
has_next¶
Returns¶
- Bool val
next¶
Returns¶
- T^ ?