Union
Returns the union of two sets: the elements that belong to both sets.
Syntax
union(List | Vector, List | Vector)
Description
Given two lists or vectors and , computes its union .
Returns the union of two sets: the elements that belong to both sets.
union(List | Vector, List | Vector)
Given two lists or vectors and , computes its union .