Logo Mibo

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

TwoSourceSetNode(op, left, right)

Full Usage: TwoSourceSetNode(op, left, right)

Parameters:
Returns: TwoSourceSetNode<'T>
op : TwoSetOp
left : IAdaptiveSet<'T>
right : IAdaptiveSet<'T>
Returns: TwoSourceSetNode<'T>

Type something to start searching.