Returns the number of available but unused slots.
impl<T, H> DynRingBuf<T, H> where H: Allocator, { fn available(&self) -> usize }