extendr_api::prelude

Type Alias ArrayViewMut1

Source
pub type ArrayViewMut1<'a, A> = ArrayBase<ViewRepr<&'a mut A>, Dim<[usize; 1]>>;
Expand description

one-dimensional read-write array view

Aliased Typeยง

struct ArrayViewMut1<'a, A> { /* private fields */ }