push_sv

Function push_sv 

Source
pub unsafe fn push_sv(stack: Stack, sv: StackValue) -> Stack
Expand description

Push a StackValue directly onto the stack

ยงSafety

Stack pointer must be valid and have room for the value.