Header menu logo F# Header menu logo Averest

Value Type

Value defines the compound values, i.e., in addition to the scalar values that are added via the constructor Vscl, there are also tuples and arrays.

Union cases

Union case Description

Varr Map<int, Value>

Full Usage: Varr Map<int, Value>

Parameters:
Item : Map<int, Value>

Vscl ScalarValue

Full Usage: Vscl ScalarValue

Parameters:
Item : ScalarValue

Vtup Value list

Full Usage: Vtup Value list

Parameters:
Item : Value list

Instance members

Instance member Description

this.IsVarr

Full Usage: this.IsVarr

Returns: bool
Returns: bool

this.IsVscl

Full Usage: this.IsVscl

Returns: bool
Returns: bool

this.IsVtup

Full Usage: this.IsVtup

Returns: bool
Returns: bool

this.printer

Full Usage: this.printer

Returns: PrnDrv -> unit
Returns: PrnDrv -> unit

Type something to start searching.