[][src]Function arrayfire::set_cols

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

Set cols from first to last in input Array with cols from Array new_cols