isInitializer property

bool isInitializer

Returns true if this instance is the initializer instance, that actually allocated the pointer. Only the initializer instance can free the pointer.

Implementation

bool get isInitializer;