CircularBlocks.removeFrontN

Remove elements from the head of the block

struct CircularBlocks(T)
scope
void
removeFrontN
(
size_t n
)

Parameters

n size_t

number of elements to remove

Meta