Queue.peek

struct Queue(T)
ref
inout(T)
peek
@safe pure nothrow inout @nogc in
(
)
if (
!hasMember!(T, "__xdtor")
)

Return Value

Type: inout(T)

The next element in the queue.

Meta