m
Remove singatures made using ~ in main namespace
m (added note about non-numeric key tables being non-sortable with a custom comparison) |
m (Remove singatures made using ~ in main namespace) |
||
| Line 33: | Line 33: | ||
---- | ---- | ||
;''Notes:'' | ;''Notes:'' | ||
: Sorting tables containing non-numeric keys using a custom comparison function does not work. The function will not get called, and the table will be sorted according to some kind of internal function. | : Sorting tables containing non-numeric keys using a custom comparison function does not work. The function will not get called, and the table will be sorted according to some kind of internal function. | ||
{{LUA}} | {{LUA}} | ||