inilike ~master (2021-09-27T18:58:46Z)
Dub
Repo
ListMap.moveAfter
inilike
file
ListMap
Move node to the location after other node.
struct
ListMap
(K, V, size_t chunkSize = 32)
void
moveAfter
(
Node
*
other
,
Node
*
toMove
)
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
Move node to the location after other node.