fn writeAssumeCapacity(self: *RingBuffer, byte: u8) void

Write byte into the ring buffer. If the ring buffer is full, the oldest byte is overwritten.

Parameters

self: *RingBuffer,
byte: u8,