| vecsets-package | An extension of the 'base' "sets" tools which does not reduce to unique elements |
| vecsets | An extension of the 'base' "sets" tools which does not reduce to unique elements |
| vintersect | Perform intersection of two vectors, including counting repeated elements. |
| vsetdiff | Find all elements in first argument which are not in second argument. |
| vsetequal | Check whether two vectors contain exactly the same collection of elements. |
| vunion | Returns the union of its inputs including repeated elements. |