B2R2


Variables<'Key> Type

Constructors

Constructor Description

Variables()

Full Usage: Variables()

Returns: Variables<'Key>
Returns: Variables<'Key>

Instance members

Instance member Description

this.Clear()

Full Usage: this.Clear()

this.Count()

Full Usage: this.Count()

Returns: int
Returns: int

this.Get(k)

Full Usage: this.Get(k)

Parameters:
    k : 'Key

Returns: BitVector
k : 'Key
Returns: BitVector

this.Set(k) (v)

Full Usage: this.Set(k) (v)

Parameters:
k : 'Key
v : BitVector

this.ToSeq()

Full Usage: this.ToSeq()

Returns: seq<'Key * BitVector>
Returns: seq<'Key * BitVector>

this.TryGet(k)

Full Usage: this.TryGet(k)

Parameters:
    k : 'Key

Returns: bool * BitVector
k : 'Key
Returns: bool * BitVector

this.Unset(k)

Full Usage: this.Unset(k)

Parameters:
    k : 'Key

k : 'Key