DList.move_to_head

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