libhttp2 ~master (2020-02-09T19:31:23Z)
Dub
Repo
PriorityQueue.opApply
libhttp2
priority_queue
PriorityQueue
Iterates over each item in the PriorityQueue and reorders it
int
opApply
(int delegate(OutboundItem ob) del)
struct
PriorityQueue
int
opApply
(
scope
int
delegate
(
OutboundItem
ob
)
del
)
int
opApply
(int delegate(const OutboundItem ob) del)
Meta
Source
See Implementation
libhttp2
priority_queue
PriorityQueue
constructors
this
functions
free
opApply
pop
push
properties
empty
length
top
static functions
compare
Iterates over each item in the PriorityQueue and reorders it