mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
_LinkedQueue.Range
mecca
containers
lists
_LinkedQueue
Undocumented in source.
struct
_LinkedQueue
(T, string nextAttr, bool withLength)
static
struct
Range {
T
front
;
empty
[@property getter];
void
popFront
();
}
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
front
T
front
;
Undocumented in source.
Meta
Source
See Implementation
mecca
containers
lists
_LinkedQueue
functions
append
popHead
prepend
removeAll
splice
properties
empty
range
static functions
getNextOf
setNextOf
structs
Range
variables
head
length
tail