Contents

la_release(_:)

Declaration

func la_release(_ object: la_object_t)

Parameters

  • object:

    The object to release.

Discussion

Decrement the reference count of an la_object_t object.

On a platform with the modern Objective-C runtime this is exactly equivalent to sending the object the -[release] message.

See Also

Functions