API Documentation
class
OnceIterable<
T
>
package
itertools
@:directlyUsed
An iterable that can only be used once.
Constructor
new
(
it:
Iterable
<
T
>
)
Methods
iterator
():
Iterator
<
T
>