[][src]Function arrayfire::set_slices

pub fn set_slices<T>(
    input: &Array<T>,
    new_slices: &Array<T>,
    first: u64,
    last: u64
) -> Array<T> where
    T: HasAfEnum

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

Slices indicate that the indexing is along 3rd dimension