Skip to main content

roll

Function roll 

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

Roll: Rotate n+1 items, bringing the item at depth n to the top.

ยงSafety

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