Atom - œị - Element At Multidimensional Index
Tags: miscellaneous , array , number , vectorize
Arity: dyadic
This atom is dyadic, which means it takes two arguments.
Functionality
Return the element of y at multidimensional index x..
Details
If x is empty, return y. Otherwise, replace y with y[x[0]] (behaves exactly as ị (Element At Index) does) and x with x[1:] and repeat.
Synonyms
This atom should work roughly the same way as or very similarly in concept to the following code snippets (some edge case exceptions may exist):
ị@ƒ