Type.needsDestruction

true if when type goes out of scope, it needs a destructor applied. Only applies to value types, not ref types.

class Type
bool
needsDestruction
(
)

Meta