Queue.empty

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

Return Value

Type: bool

true of the queue empty, false otherwise.

Meta