Function arrayfire::set_unique [] [src]

pub fn set_unique(input: &Array, is_sorted: bool) -> Array

Find unique values from a Set

Parameters

  • input - Input Array
  • is_sorted - is a boolean variable. If `True indicates, the input Array is sorted.

Return Values

An Array of unique values from the input Array.