dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
MultiDList.move_to_tail
cachetools
containers
lists
MultiDList
Undocumented in source.
struct
MultiDList
(T, int N, Allocator = Mallocator, bool GCRangesAllowed = true)
@
safe
@
nogc
void
move_to_tail
(
Node
*
n
,
size_t
i
)
out { assert (_heads[i] !is null && _tails[i] !is null); }
Meta
Source
See Implementation
cachetools
containers
lists
MultiDList
aliases
allocator
destructors
~this
functions
clear
head
insert_last
length
move_to_tail
remove
tail
structs
Node