Logo Mibo

UnionSetNode<'T> Type

The union of two sets. One reference count per element across both sides.

Constructors

Constructor Description

UnionSetNode(left, right)

Full Usage: UnionSetNode(left, right)

Parameters:
Returns: UnionSetNode<'T>
left : IAdaptiveSet<'T>
right : IAdaptiveSet<'T>
Returns: UnionSetNode<'T>

Type something to start searching.