Function Lchecktype

Source
pub unsafe extern "C" fn Lchecktype(
    state: lua_State,
    index: i32,
    typ: i32,
)
Expand description

Checks whether the function argument index has type typ. See lua_type for the encoding of types for typ.