UnionSetNode<'T> Type
The union of two sets. One reference count per element across both sides.
Constructors
| Constructor |
Description
|
Full Usage:
UnionSetNode(left, right)
Parameters:
IAdaptiveSet<'T>
right : IAdaptiveSet<'T>
Returns: UnionSetNode<'T>
|
|
Mibo