Skip to main content

str_pack

Function str_pack 

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

string.pack(fmt, ...) — pack values into a binary string.

C: static int str_pack(lua_State *L)