FunctionsArray
array_enumerate
Returns [1,2,...,n] for each input array, matching the one-based position of every element.
array_enumerate(…) → StringKind · scalar
Returns [1,2,...,n] for each input array, matching the one-based position of every element.
Part of the Array family.