TwoSourceSetNode<'T> Type
A binary set operation over two sources: difference (left minus right), intersect, or xor. Per-side reference counts drive the output membership.
Constructors
| Constructor |
Description
|
Full Usage:
TwoSourceSetNode(op, left, right)
Parameters:
TwoSetOp
left : IAdaptiveSet<'T>
right : IAdaptiveSet<'T>
Returns: TwoSourceSetNode<'T>
|
|
Mibo