API Documentation
class
SkipIterator<
T
>
package
itertools
@:directlyUsed
An iterator that skips the first n elements.
Constructor
new
(
it:
Iterator
<
T
>,
n:
Int
)
Methods
hasNext
():
Bool
next
():
T