dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
DList.move_to_head
cachetools
containers
lists
DList
move to head
struct
DList
(T, Allocator = Mallocator, bool GCRangesAllowed = true)
@
safe
@
nogc
void
move_to_head
(
Node
!
T
*
n
)
out { assert (_head == n && n.prev is null); }
Meta
Source
See Implementation
cachetools
containers
lists
DList
aliases
back
front
insertBack
insertFront
destructors
~this
functions
clear
head
insert_first
insert_last
length
move_to_head
move_to_tail
popBack
popFront
range
remove
tail
postblits
this(this)
structs
Node
move to head