Selects a single index, reducing the dimensionality by 1.
This is equivalent to Python's slice notation [index]. Supports negative indexing where -1 represents the last element.
[index]
an At slice descriptor
the index to select, can be negative