drop

abstract fun drop(limit: Int): Readable

Drop the first limit items from this stream.

Return

The new stream.

Parameters

limit

The number of items to drop.


abstract fun drop(limit: Int, options: Value): Readable
abstract fun drop(limit: Int, options: ReadableDropOptions): Readable

Drop the first limit items from this stream.

Return

The new stream.

Parameters

limit

The number of items to drop.

options

The options for the drop operation.