Function ripin::pop_two_operands [] [src]

pub fn pop_two_operands<T>(stack: &mut Stack<T>) -> Option<(T, T)>

Removes the last two elements from a stack and return them, or None if there is not enough element.