Skip to main content

push_result_size

Function push_result_size 

Source
pub fn push_result_size(
    state: &mut LuaState,
    buf: &mut LuaBuffer,
    sz: usize,
) -> Result<(), LuaError>
Expand description

Add sz bytes to the buffer count then call push_result.