Description
Checks if two sets have no overlapping elements
Example
Syntax
containsnone(set1, set2)
Parameters
Type | Description |
---|---|
Set | A set to compare |
Set | A set to compare |
Checks if two sets have no overlapping elements
containsnone(set1, set2)
Type | Description |
---|---|
Set | A set to compare |
Set | A set to compare |
Post your comment on this topic.