isAliasable()
A Boolean value that indicates whether future heap resource allocations may alias against the resource’s memory.
Declaration
func isAliasable() -> BoolReturn Value
The default value is false. The value is true only if the makeAliasable() method was previously called on this resource.