Function swift_runtime_sys::root::swift::swift_release_n

source ยท
pub unsafe extern "C" fn swift_release_n(
    object: *mut HeapObject,
    n: u32,
)
Expand description

Atomically decrements the retain count of an object n times. If the retain count reaches zero, the object is destroyed