drop method

JSIterator<T> drop(
  1. int limit
)

See Iterator.drop().

Implementation

external JSIterator<T> drop(int limit);