# Functions
Delete deletes the element from the slice.
Difference returns a slice of values that are only present in one of the input slices.
Distinct returns the unique vals of a slice.
Intersect returns a slice of values that are present in all the input slices.
Union returns a slice that contains the unique values of all the input slices.