Unique

Revision as of 21:46, 31 January 2007 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.