skip method

view source

Iterable<E> skip (int count) inherited

Implementation

Iterable<E> skip(int count) => SubListIterable<E>(this, count, null);