Skip to main content

add_size

Function add_size 

Source
pub fn add_size(buf: &mut LuaBuffer, sz: usize)
Expand description

Append sz to the length counter (used after writing directly into the buffer).

C: #define luaL_addsize(B,s) ((B)->n += (s))