ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
FreeListNode.NodeContents
ae
utils
alloc
FreeListNode
Undocumented in source.
template
FreeListNode
(T)
deprecated
mixin template
NodeContents () {
V
data
;
FreeListNode
*
next
;
static
FreeListNode
*
fromRef
(R r);
}
Members
Static functions
fromRef
FreeListNode
*
fromRef
(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
V
data
;
Undocumented in source.
next
FreeListNode
*
next
;
Next free node
Meta
Source
See Implementation
ae
utils
alloc
FreeListNode
mixins
__anonymous
mixin templates
NodeContents
structs
FreeListNode