Skip to content

swift_bridgeRelease(__)

0x41c edited this page Feb 28, 2022 · 1 revision

swift_bridgeRelease(_:)

An alias of swift_bridgeObjectRelease

@_silgen_name("swift_bridgeRelease")
public func swift_bridgeRelease(
    _ value: AnyObject
)

Parameters

  • value: The object to decrement the retain count of and/or free the memory.
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally