pub fn sort(state: &mut LuaState) -> Result<usize, LuaError>
table.sort(t, [comp]): sorts t in place using comp, or the default < operator if comp is absent.
table.sort(t, [comp])
t
comp
<