- If this function is called on classes that inherit from NoGCClass / NoGCInterface (and are instantiated with @nogc new),
this functon will free memory and call object's destructor.
- If it is called on classes allocated with GC, only the destructor will be called.
@nogc delete for classes and interfaces.
- If this function is called on classes that inherit from NoGCClass / NoGCInterface (and are instantiated with @nogc new), this functon will free memory and call object's destructor.
- If it is called on classes allocated with GC, only the destructor will be called.