MultiDList.move_to_tail

Undocumented in source.
struct MultiDList(T, int N, Allocator = Mallocator, bool GCRangesAllowed = true)
@safe @nogc
void
move_to_tail
(,
size_t i
)
out { assert (_heads[i] !is null && _tails[i] !is null); }

Meta