[][src]Function arrayfire::set_slices

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

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

Slices indicate that the indexing is along 3rd dimension