lua_strlen

Function lua_strlen 

Source
pub unsafe fn lua_strlen(L: *mut lua_State, idx: c_int) -> c_int
Expand description

Returns the length of the string at the given index in bytes.