Queue.full

Return $(D_KEYWORD true) if there are maxsize items in the queue.

Note: if the Queue was initialized with $(D_PSYMBOL maxsize) = 0 (the default), then $(D_PSYMBOL full()) is never $(D_KEYWORD true).

class Queue(T, size_t maxSize = 0)
@property
bool
full
()

Meta