Set operations are operations used to manipulate and analyze sets. It includes the following operations:Documentation Index
Fetch the complete documentation index at: https://docs.oxla.com/llms.txt
Use this file to discover all available pages before exploring further.
- Union: Combines two or more sets to create a new set containing all unique elements from the input sets.
- Intersect: Yields a new set with elements common to all input sets.
- Except: Generates a set containing elements from the first set that are not present in the second set.