[ Version ( since = "0.14.0" ) ]
public Array? take (Array indices, TakeOptions? options) throws Error
| this |
A Array. |
| indices |
The indices of values to take. |
| options |
A TakeOptions. |
|
The Array taken from an array of values at indices in input array or null on error. |