drop_top

Function drop_top 

Source
pub unsafe fn drop_top(stack: Stack) -> Stack
Expand description

Drop the top value from the stack: ( a – )

§Safety

Stack must have at least one value.