Skip to main content

FUNCS

Constant FUNCS 

Source
pub const FUNCS: &[(&[u8], fn(&mut LuaState) -> Result<usize, LuaError>)];
Expand description

Function registration table for the utf8 library.

“charpattern” is intentionally absent here; it is a string value and is registered separately inside open_utf8 via lua_setfield.