skip method

Iterable<T> skip(
  1. int count
)

Implementation

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