[][src]Function arrayfire::set_union

pub fn set_union<T>(
    first: &Array<T>,
    second: &Array<T>,
    is_unique: bool
) -> Array<T> where
    T: HasAfEnum + RealNumber

Find union of two sets

Parameters

Return Values

An Array with union of the input sets