DList.remove

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

struct DList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
@safe @nogc
bool
remove
(
Node!T* n
)

Meta