[][src]Function arrayfire::slices

pub fn slices<T>(input: &Array<T>, first: i64, last: i64) -> Array<T> where
    T: HasAfEnum

Get slices from first to last in input Array

Slices indicate that the indexing is along 3rd dimension