take


Description:

[ Version ( since = "0.14.0" ) ]
public Array? take (Array indices, TakeOptions? options) throws Error

Parameters:

this

A Array.

indices

The indices of values to take.

options

A TakeOptions.

Returns:

The Array taken from an array of values at indices in input array or null on error.