take abstract method

$R take(
  1. int count
)

Returns a new list with only the first count items

Implementation

$R take(int count);