Queue.pop

struct Queue(T)
@safe nothrow
T
pop
()
if (
!hasMember!(T, "__xdtor")
)

Return Value

Type: T

The next element in the queue and remove it.

Meta