Removes an element from the left end of the ring buffer.
impl<T, H> DynRingBuf<T, H> where H: Allocator, { fn pop_left(&mut self) -> Option<T> }