pub const CO_FUNCS: &[(&[u8], lua_CFunction)];Expand description
Registration table for the coroutine standard library.
Each entry is (name_bytes, function_pointer). Phase B resolves
lua_CFunction to the canonical type alias from lua-types.
pub const CO_FUNCS: &[(&[u8], lua_CFunction)];Registration table for the coroutine standard library.
Each entry is (name_bytes, function_pointer). Phase B resolves
lua_CFunction to the canonical type alias from lua-types.