pub unsafe fn push_sv(stack: Stack, sv: StackValue) -> StackExpand 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: Stack, sv: StackValue) -> StackPush a StackValue directly onto the stack
Stack pointer must be valid and have room for the value.