grow_stack

Function grow_stack 

pub unsafe fn grow_stack(lstate: *mut State, n: i32)
Expand description

Does nothing if the stack is already taller than n, grows the stack height to n by adding nils if it’s not.