pop_n

Function pop_n 

Source
fn pop_n(stack: &mut Vec<AbstractValue>, n: usize) -> Result<(), ()>