Queue.empty

struct Queue(T)
@safe nothrow pure @nogc const
bool
empty
()
if (
!hasMember!(T, "__xdtor")
)

Return Value

Type: bool

true of the queue empty, false otherwise.

Meta