Difference between revisions of "Unique"

 
m (adding doc status category)
Line 1: Line 1:
 
[[Category:Functions that create lists]]
 
[[Category:Functions that create lists]]
 
+
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 +
 
Returns a maximal subset of I such that each indicated slice of A along I is unique.
 
Returns a maximal subset of I such that each indicated slice of A along I is unique.
  

Revision as of 04:54, 25 April 2007


Returns a maximal subset of I such that each indicated slice of A along I is unique.

Declaration

Unique(A : Array[I] ; I : Index )

= When to use:

Use Unique to remove duplicate slices from an array, or to identify a single member of each equivalence class.

See also

Comments


You are not allowed to post comments.