Skip to main content

str_packsize

Function str_packsize 

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

string.packsize(fmt) — return the byte-size the format would produce.

C: static int str_packsize(lua_State *L)