DList.move_to_tail

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

Meta