Function lua_type

Source
pub unsafe extern "C-unwind" fn lua_type(
    L: *mut lua_State,
    idx: c_int,
) -> lua_Type
Expand description

Returns the type of the value at the given index.