Queue.pop

Pop a single element from the queue

struct Queue(Type, ushort MaxSize)
nothrow @safe @nogc
static if(Copyable)
Type
pop
()

Meta