[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
DisjointSets<(Of <T>)>(IEnumerable<(Of <T>)>, IEnumerable<(Of <T>)>) |
Determines if two collections are disjoint, considered as sets. Two sets are disjoint if they
have no common items.
| |
DisjointSets<(Of <T>)>(IEnumerable<(Of <T>)>, IEnumerable<(Of <T>)>, IEqualityComparer<(Of <T>)>) |
Determines if two collections are disjoint, considered as sets. Two sets are disjoint if they
have no common items.
|