ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
SList
ae
utils
container
list
Singly-ended singly-linked list. Usable as a stack.
template
SList (
T
) {
alias
SList
=
List
!(
T
,
false
,
false
)
;
}
Members
Aliases
SList
alias
SList
=
List
!(
T
,
false
,
false
)
Undocumented in source.
Meta
Source
See Implementation
ae
utils
container
list
aliases
List
structs
ListParts
templates
DESList
DList
SEDList
SList
Singly-ended singly-linked list. Usable as a stack.