take method

JSIterator<T> take(
  1. int limit
)

See Iterator.take().

Implementation

external JSIterator<T> take(int limit);