Skip to main content

asdf_is_ndarray

Function asdf_is_ndarray 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_is_ndarray( file: *mut AsdfFile, path: *const c_char, ) -> bool
Expand description

Whether the value at path is an ndarray.

ยงSafety

file must be a valid file handle and path a valid string or null.