mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
_LinkedList.length
mecca
containers
lists
_LinkedList
Undocumented in source.
struct
_LinkedList
(T, string nextAttr, string prevAttr, string ownerAttr, bool withLength)
static if
(
withLength
)
size_t
length
;
Meta
Source
See Implementation
mecca
containers
lists
_LinkedList
functions
_insert
append
insertAfter
insertBefore
opBinaryRight
popHead
popTail
prepend
remove
removeAll
splice
manifest constants
invalid
withOwner
properties
empty
range
reverseRange
tail
static functions
discard
getNextOf
getPrevOf
setNextOf
setPrevOf
structs
Range
ReverseRange
variables
head
length