Macros

Structs

Functions

  • | Returns the indices that would sort | an array. For example: | | data = [3, 1, 2, 4] | | return = [1, 2, 0, 3] (reverse = false) | | return = [3, 0, 2, 1] (reverse = true) |