set_slices

Function set_slices 

Source
pub fn set_slices<T>(
    inout: &mut Array<T>,
    new_slices: &Array<T>,
    first: i64,
    last: i64,
)
where T: HasAfEnum,
Expand description

Set first to last slices of inout Array to a new Array new_slices

Slices indicate that the indexing is along 3rd dimension