#[unsafe(no_mangle)]pub unsafe extern "C" fn diffsol_host_array_ndim(
array: *const HostArray,
) -> usizeExpand description
Return the number of dimensions in a host array.
ยงSafety
array must be a valid pointer to a HostArray created by this library.