Removes the memory range starting at p from an internal list of ranges
to be scanned during a collection. If p is null or does not represent
a value previously passed to addRange() then no operation is
performed.
structGC
extern (C) pragma(mangle, "gc_removeRange") static nothrow @nogc pure
Removes the memory range starting at p from an internal list of ranges to be scanned during a collection. If p is null or does not represent a value previously passed to addRange() then no operation is performed.