ae v0.0.2728 (2020-08-02T06:18:06Z)
Home
Dub
Repo
FreeListNode.NodeContents
ae
utils
alloc
FreeListNode
Undocumented in source.
template
FreeListNode
(T)
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