Function DList.move_to_tail

move node to tail

void move_to_tail (
  DList.Node!T* n
) @nogc @safe;