dlangui v0.9.186 (2020-07-29T06:28:30Z)
Home
Dub
Repo
ListMap.insertBack
inilike
file
ListMap
Insert key-value pair to the back of list.
struct
ListMap
(K, V, size_t chunkSize = 32)
Node
*
insertBack
(
K
key
,
V
value
)
Return Value
Type:
Node
*
Inserted node.
Meta
Source
See Implementation
inilike
file
ListMap
functions
addAfter
addBefore
append
byEntry
byNode
getNode
insertAfter
insertBack
insertBefore
insertFront
moveAfter
moveBefore
moveToBack
moveToFront
prepend
remove
removeBack
removeFront
postblits
this(this)
structs
Entry
Node
Insert key-value pair to the back of list.