Function DList.remove

remove node by pointer. (safe until pointer is correct)

bool remove (
  DList.Node!T* n
) @nogc @safe;