Skip to main content

asdf_ndarray_size

Function asdf_ndarray_size 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_ndarray_size( ndarray: *const asdf_ndarray_t, ) -> u64
Expand description

The number of elements.

ยงSafety

ndarray must be null or a valid asdf_ndarray_t.