NdArrayAsMutPtrFn

Type Alias NdArrayAsMutPtrFn 

Source
pub type NdArrayAsMutPtrFn = unsafe fn(array: PtrMut) -> PtrMut;
Expand description

Get mutable pointer to the data buffer of the array.

ยงSafety

The array parameter must point to aligned, initialized memory of the correct type.