Retrieves elements from an array at the specified indices.
This function supports negative indices, which count from the end of the array.
The array to retrieve elements from.
An array of indices specifying the positions of elements to retrieve.
A new array containing the elements at the specified indices.
Alias