[][src]Function arrayfire::set_intersect

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

Find intersection of two sets

Parameters

Return Values

An Array with intersection of the input sets