take method

Iterable<T> take(
  1. int count
)

Implementation

Iterable<T> take(int count) => iter.take(count);