__quantum__rt__qubit_release_array

Function __quantum__rt__qubit_release_array 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn __quantum__rt__qubit_release_array( arr: *const QirArray, )
Expand description

QIR API for releasing the given runtime managed qubit array.

ยงSafety

This function should only be called with arrays created by __quantum__rt__qubit_allocate_array.