Queue.empty

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

Return Value

Type: bool

true of the queue empty, false otherwise.

Meta