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).
See Implementation
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).