libressl-d ~master (2022-05-15T17:34:09.6250468)
Dub
Repo
_pitem
libressl_d
pqueue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow @
nogc
struct
_pitem {
ubyte
[
8
]
priority
;
void
*
data
;
.
_pitem
*
next
;
}
Members
Variables
data
void
*
data
;
Undocumented in source.
next
.
_pitem
*
next
;
Undocumented in source.
priority
ubyte
[
8
]
priority
;
64-bit value in big-endian encoding
Meta
Source
See Implementation
libressl_d
pqueue
aliases
pitem
piterator
pqueue
functions
pitem_free
pitem_new
pqueue_find
pqueue_free
pqueue_insert
pqueue_iterator
pqueue_new
pqueue_next
pqueue_peek
pqueue_pop
pqueue_size
structs
_pitem
_pqueue