ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
SEDListContainer
ae
utils
container
listnode
*List variations for containers of user linked types.
template
SListContainer
(T)
template
DESListContainer
(T)
template
DListContainer
(T)
template
SEDListContainer
(T)
template
SEDListContainer (
T
) {
alias
SEDListContainer
=
ListContainer
!(
T
,
true
,
false
)
;
}
Members
Aliases
SEDListContainer
alias
SEDListContainer
=
ListContainer
!(
T
,
true
,
false
)
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
*List variations for containers of user linked types.