[][src]Function arrayfire::set_unique

pub fn set_unique<T>(input: &Array<T>, is_sorted: bool) -> Array<T> where
    T: HasAfEnum + RealNumber

Find unique values from a Set

Parameters

Return Values

An Array of unique values from the input Array.