Queue.popBack

removes last element of the queue and returns it

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

Meta