Function RingBuffer.putFront
Adds an element to the front of the buffer.
void putFront
(
T itm
);
Adds an element to the front of the buffer.
void putFront
(
T itm
);