SizedQueue

A SizedQueue of type T.

Constructors

this
this(size_t maxSize)

Undocumented in source.

Members

Functions

full
bool full()

True if the queue is full

push
bool push(T[] arr)

Undocumented in source. Be warned that the author may not have intended to support it.

push
bool push(T item)

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

maxSize
size_t maxSize;

Maximum size of the queue

Meta