[−][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
input
- Input Arrayis_sorted
- is a boolean variable. If ```True`` indicates, theinput
Array is sorted.
Return Values
An Array of unique values from the input Array.