DList.remove

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

struct DList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
bool
remove
@safe @nogc
(
Node!T* n
)
in { assert (_length > 0); }

Meta