Contents

isAliasable()

A Boolean value that indicates whether future heap resource allocations may alias against the resource’s memory.

Declaration

func isAliasable() -> Bool

Return Value

The default value is false. The value is true only if the makeAliasable() method was previously called on this resource.

See Also

Managing heap resources