std
::
collections
::
ringbuffer {Type}
RingBuffer
struct
RingBuffer
(
Printable
)
{
Type
buf
;
usz
written
;
usz
head
;
}
Members
Methods