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