mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
LinkedList
mecca
containers
lists
Undocumented in source.
alias
LinkedList
(
T
,
string
nextAttr
=
"_next"
,
string
prevAttr
=
"_prev"
)
=
_LinkedList
!(
T
,
nextAttr
,
prevAttr
, "", false)
Meta
Source
See Implementation
mecca
containers
lists
aliases
LinkedList
LinkedListWithLength
LinkedListWithLengthAndOwner
LinkedListWithOwner
LinkedQueue
LinkedQueueWithLength
structs
_LinkedList
_LinkedQueue