tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
DList.front
tanya
container
list
DList
struct
DList
(T)
@
property
ref inout
inout
(
T
)
front
(
)
Return Value
Type:
inout
(
T
)
First element.
Precondition:
!empty
.
Meta
Source
See Implementation
tanya
container
list
DList
aliases
ConstRange
Range
insert
constructors
this
destructors
~this
functions
clear
insertAfter
insertBack
insertBefore
insertFront
opAssign
opEquals
opIndex
popFirstOf
popLastOf
remove
removeBack
removeFront
mixins
__anonymous
postblits
this(this)
properties
back
empty
front