Function RingBuffer.putBack
Adds elements to the back of the buffer.
void putBack
(
T itm
);
void putBack(TC)
(
scope TC[] itms
);
Adds elements to the back of the buffer.
void putBack
(
T itm
);
void putBack(TC)
(
scope TC[] itms
);