phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
PriorityQueue.insert
nxt
priority_queue
PriorityQueue
Undocumented in source. Be warned that the author may not have intended to support it.
void
insert
(E ins)
struct
PriorityQueue
(P, V, alias pred = "a > b")
void
insert
(
E
ins
)
void
insert
(P priority, V value)
Meta
Source
See Implementation
nxt
priority_queue
PriorityQueue
aliases
A
E
functions
insert
popFront
postblits
this(this)
properties
empty
front
length