Skip to main content

add_lstring

Function add_lstring 

Source
pub fn add_lstring(buf: &mut LuaBuffer, s: &[u8])
Expand description

Append s to buf.

C: LUALIB_API void luaL_addlstring(luaL_Buffer *B, const char *s, size_t l)