DList.move_to_tail

move node to tail

struct DList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
@safe @nogc
void
move_to_tail
(
Node!T* n
)
out { assert (_tail == n && n.next is null); }

Meta