Queue.popFront

removes first element of the queue and returns it

struct Queue(V)
@trusted
V
popFront
(
string file = __FILE__
int line = __LINE__
)
()

Meta