skip abstract method

$R skip(
  1. int count
)

Returns a new list without the first count items

Implementation

$R skip(int count);