Removes an element to the queue.
impl<T, H> Queue<T, H> where H: Allocator, { fn pop(&self) -> Option<T> }
Returns the removed element.