pub fn concat(state: &mut LuaState) -> Result<usize, LuaError>Expand description
table.concat(t, [sep, [i, [j]]]). Joins t[i..j] (defaults i=1,
j=#t) with sep (default empty) into one string. Each element must be a
string or number; the first that is not raises through [add_field].