pub unsafe fn push_sv(stack: *mut StackValue, sv: StackValue) -> *mut StackValueExpand description
Push a StackValue directly onto the stack
ยงSafety
Stack pointer must be valid and have room for the value.
pub unsafe fn push_sv(stack: *mut StackValue, sv: StackValue) -> *mut StackValuePush a StackValue directly onto the stack
Stack pointer must be valid and have room for the value.