lua_isthread

Function lua_isthread 

Source
pub unsafe fn lua_isthread(l: *mut State, idx: c_int) -> bool
Expand description

Equivalent to the C macro of the same name.

ยงSafety

l must be a valid pointer to a Lua state.