R/set_operations.R
setopts_exlusive_to_first.Rd
Finds the elements that are in the first set but not in the second set.
setopts_exlusive_to_first(x, y)
A vector of elements.
A vector of elements that are in the first set but not in the second set.