External Issue: [Feature Request]: Argmax and argmin functions for tuples and arrays

25659, "Iainmon", "[Feature Request]: Argmax and argmin functions for tuples and arrays", "2024-07-26T22:45:53Z"

Summary of Feature

Description:
Add argmax and argmin functions for arrays and homogeneous tuples.

Is this issue currently blocking your progress?
No. I have come up with a solution, but it is linear time in the length of array and only works for rank = 1 arrays. No solution for tuple.