lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello,

Any reason for table.sort to only accept functions as comparator, but not callable tables (i.e. a table with a __call metamethod)?

Cheers,

PA.