Queue.limitLength

Limits length of queue, default is -1 which is limitless. If length is limited and new element is attempted to be pushed when Queue is overfilled nothing will happen.

struct Queue(T)
void
limitLength
(
size_t len
)

Meta