Skip to main content

pick

Function pick 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pick(stack: Stack) -> Stack
Expand description

Pick: Copy the nth value to the top.

ยงSafety

Stack must have at least n+2 values (n+1 data values plus the index).