table.sort
Sorts list elements in a given order, *in-place*, from list[1] to list[#list].
sort(list: table [, comp: (a, b) -> boolean])Sorts list elements in a given order, *in-place*, from list[1] to list[#list].
sort(list: table [, comp: (a, b) -> boolean])