Queue.this

constructor that gets content from arbitrary range

struct Queue(V)
this
(
Stuff
)
(
Stuff stuff
)
if (
isInputRange!Stuff &&
is(ElementType!Stuff : V)
)

Meta