code/__HELPERS/sorts/helpers.dm
SORT_TIM | Sorts the list in place with timSort, default settings. |
---|---|
CREATE_SORT_INSTANCE | Helper for the sorting procs. Prevents some code duplication. Creates /datum/sort_instance/sorter |
/proc/sortTim | |
/proc/sortMerge | |
/proc/sortInsert |
Define Details
CREATE_SORT_INSTANCE
Helper for the sorting procs. Prevents some code duplication. Creates /datum/sort_instance/sorter
SORT_TIM
Sorts the list in place with timSort, default settings.