Skip to main content

asdf_value_as_ndarray

Function asdf_value_as_ndarray 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn asdf_value_as_ndarray( value: *mut AsdfValue, out: *mut *mut asdf_ndarray_t, ) -> AsdfValueErr
Expand description

Interpret a value as an array.

ยงSafety

value must be a valid value handle and out writable. The result must be released with asdf_ndarray_destroy.