code/__HELPERS/lists.dm
/proc/pick_n_take | Pick a random element from the list and remove it from the list. |
---|---|
/proc/mergeListsSum | Sums values in two associative lists, from mergee into result, in place |
/proc/reverse_range | replaces reverseList ~Carnie |