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