Index Ascending iasc
¶
Returns indices that would sort the input in ascending order.
Info
- Returns indices instead of sorting the actual data
- Result can be used to reorder multiple related arrays
- Works with any comparable types
Tip
Use iasc when you need to sort multiple arrays based on one array's order