Skip to main content

sort

Function sort 

Source
pub fn sort(state: &mut LuaState) -> Result<usize, LuaError>
Expand description

table.sort(t, [comp]): sorts t in place using comp, or the default < operator if comp is absent.