fn write(self: *RingBuffer, byte: u8) Error!void
[src]
Write byte
into the ring buffer. Returns error.Full
if the ring buffer is full.
fn write(self: *RingBuffer, byte: u8) Error!void
Write byte
into the ring buffer. Returns error.Full
if the ring buffer is full.