Function tlua::ffi::luaL_touint64
source · pub unsafe extern "C" fn luaL_touint64(
l: *mut lua_State,
idx: c_int,
) -> u64Expand description
Checks whether the argument idx is a u64 or a convertable string and
returns this number.
[-0, +0, -]
Return the converted number or 0 of argument can’t be converted.