Pushes a slice of items to the `RingBuffer`. Returns `Some` on success, all items are pushed to the ring buffer. Returns `None` if the ring buffer is full or cannot fit all items.
(&mut self, items: &[T])
source not stored for this graph (policy: none)