ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
ListContainer
ae
utils
container
listnode
Container for user-specified list nodes. Use together with *ListLink.
struct
ListContainer (
Node
bool
HASPREV
bool
HASTAIL
) {
enum
ITEM_EXPR
;
mixin
ListCommon
.
Data
!(
RefType
!
Node
,
HASPREV
,
HASTAIL
)
commonData
;
mixin
ListCommon
.
Impl
!(
RefType
!
Node
,
HASPREV
,
HASTAIL
,
commonData
)
commonImpl
;
}
Members
Manifest constants
ITEM_EXPR
enum
ITEM_EXPR
;
Undocumented in source.
Mixins
commonData
mixin
ListCommon
.
Data
!(
RefType
!
Node
,
HASPREV
,
HASTAIL
)
commonData
Undocumented in source.
commonImpl
mixin
ListCommon
.
Impl
!(
RefType
!
Node
,
HASPREV
,
HASTAIL
,
commonData
)
commonImpl
Undocumented in source.
Meta
Source
See Implementation
ae
utils
container
listnode
aliases
DListItem
mixin templates
DListLink
ListLink
SListLink
structs
ListCommon
ListContainer
ListNode
templates
DESListContainer
DListContainer
SEDListContainer
SListContainer
Container for user-specified list nodes. Use together with *ListLink.