Static rglua::lua::lua_isnumber[][src]

pub static lua_isnumber: Lazy<extern "C" fn(l: LuaState, idx: c_int) -> c_int>
Expand description

Returns 1 if the value at the given acceptable index is a number or a string convertible to a number, and 0 otherwise.