Skip to main content

count_params

Function count_params 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn count_params( q: *const CompilerResult, ) -> usize
Expand description

Returns the number of parameters.

ยงSafety

it is the responsibility of the calling function to ensure
that q points to a valid CompilerResult.