Returns the number of elements in the ring buffer.
impl<T, H> DynRingBuf<T, H> where H: Allocator, { fn len(&self) -> usize }