[][src]Function arrayfire::slices

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

Get slices from first to last in input Array

Slices indicate that the indexing is along 3rd dimension