Queue.pop

Return the next element in the queue and remove it.

struct Queue(T)
@trusted nothrow
T
pop
()
if (
!hasMember!(T, "__dtor")
)

Meta