Put the input-table contents in sorted order. The basic Lua table.sort has a default comparison function: function (a, b) return a < b end .
確定! 回上一頁