NdArrayAsPtrFn

Type Alias NdArrayAsPtrFn 

Source
pub type NdArrayAsPtrFn = unsafe fn(array: PtrConst<'_>) -> PtrConst<'_>;
Expand description

Get pointer to the data buffer of the array.

ยงSafety

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