[][src]Function arrayfire::rows

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

Get an Array with all rows from first to last in the input Array