SizedQueue

A SizedQueue of type T.

Constructors

this
this(size_t maxSize)
Undocumented in source.

Members

Functions

push
bool push(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
push
bool push(T[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

full
bool full [@property getter]

True if the queue is full

Variables

maxSize
size_t maxSize;

Maximum size of the queue

Meta