[−][src]Function arrayfire::join
pub fn join<T>(dim: i32, first: &Array<T>, second: &Array<T>) -> Array<T> where
T: HasAfEnum,
Join two arrays
Parameters
dim
is the dimension along which the concatenation has to be donefirst
is the Array that comes first in the concatenationsecond
is the Array that comes last in the concatenation
Return Values
Concatenated Array