wantDestructor —
boolean wantDestructor
This property always returns true for user classes, because such classes always have a destructor (an internal one if the user has defined none), which frees memory resources allocated by Biferno to manage the class instance.
The value of this property for predefined classes depends on the implementation of the class itself.
Only read property