fn isEmpty(self: RingBuffer) bool
Returns true if the ring buffer is empty and false otherwise.
true
false
self: RingBuffer,