Function RingBuffer.peekDst
Returns a slice of the unused buffer slots following the last element.
T[] peekDst();
This is used in conjunction with putBackN
for efficient batch
insertion of elements.
Returns a slice of the unused buffer slots following the last element.
T[] peekDst();
This is used in conjunction with putBackN
for efficient batch
insertion of elements.