SortUtility.gd

SortUtility is a collection of static array sorting methods.

Public Methods

sort_ascending(arg_a, arg_b)

Sorts an array in ascending order.

sort_descending(arg_a, arg_b)

Sorts an array in descending order.