ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
FreeListNode.FreeListNode
ae
utils
alloc
FreeListNode
Undocumented in source.
struct
FreeListNode
union
FreeListNode
template
FreeListNode
(T)
!debug
union
FreeListNode {
mixin
NodeContents
;
}
Members
Mixins
__anonymous
mixin
NodeContents
Undocumented in source.
Mixed In Members
From
mixin
NodeContents
data
V
data
;
Undocumented in source.
next
FreeListNode
*
next
;
Next free node
fromRef
FreeListNode
*
fromRef
(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
alloc
FreeListNode
mixins
__anonymous
mixin templates
NodeContents
structs
FreeListNode