take method

view source

Iterable<E> take (int count) inherited

Implementation

Iterable<E> take(int count) => SubListIterable<E>(this, 0, count);