Skip to main content

createmetatable

Function createmetatable 

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

Create the string metatable and set it as the metatable for all strings.

C: static void createmetatable(lua_State *L)