lua-users home
lua-l archive

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


> does table.qsort exist?  I can only find table.sort documented.

table.sort uses the quicksort algorithm, if that is what you mean.

-- Roberto