QueueImpl.isFull

class QueueImpl(T, OverflowPolicy overflowPolicy)
@property pure const nothrow
bool
isFull
()

Return Value

Type: bool

true if the queue is full.

Meta