pub fn pack(state: &mut LuaState) -> Result<usize, LuaError>Expand description
table.pack(...). Creates a new table with the arguments at integer keys
1..n and t.n set to the literal argument count n — holes and
trailing nils included, so .n recovers an arity that a #t border would
lose (pinned by v52_plus_pack_n_field_*). A 5.2 addition.