dyaml v0.8.0 (2019-05-26T18:26:26Z)
Home
Dub
Repo
Queue.peek
dyaml
queue
Queue
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
Source
See Implementation
dyaml
queue
Queue
functions
empty
insert
length
peek
pop
push
range