TaggedValue<'a> Type

Constructors

Constructor Description

TaggedValue(value)

Full Usage: TaggedValue(value)

Parameters:
    value : 'a

Returns: TaggedValue<'a>
value : 'a
Returns: TaggedValue<'a>

Instance members

Instance member Description

this.IsInCluster

Full Usage: this.IsInCluster

Returns: bool
Returns: bool

this.IsVisited

Full Usage: this.IsVisited

Returns: bool
Returns: bool

this.SetIsInCluster

Full Usage: this.SetIsInCluster

this.SetIsVisited

Full Usage: this.SetIsVisited

this.Value

Full Usage: this.Value

Returns: 'a
Returns: 'a