Skip to main content

str_format

Function str_format 

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

string.format(fmt, ...) — C-style string formatting.

C: static int str_format(lua_State *L)