Function arrayfire::set_union [] [src]

pub fn set_union(first: &Array, second: &Array, is_unique: bool) -> Array

Find union of two sets

Parameters

  • first is one of the input sets
  • second is the other of the input sets
  • is_unique is a boolean value indicates if the input sets are unique

Return Values

An Array with union of the input sets