[Home] Module Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions


Values

ValueDescription
val ( .[,,] ) : overloaded
The standard overloaded associative (3-indexed) lookup operator
val ( .[,,]<- ) : overloaded
The standard overloaded associative (3-indexed) mutation operator
val ( .[,] ) : overloaded
The standard overloaded associative (2-indexed) lookup operator
val ( .[,]<- ) : overloaded
The standard overloaded associative (2-indexed) mutation operator
val ( .[] ) : overloaded
The standard overloaded associative (indexed) lookup operator
val ( .[]<- ) : overloaded
The standard overloaded associative (indexed) mutation operator

Deprecated Values

ValueDescription
[<Obsolete
  ("This function is for use by compiled F# code and should not be used directly")>]
val ArrayGet : 'a array -> int -> 'a

Note: This function is for use by compiled F# code and should not be used directly

Primitive used by pattern match compilation
[<Obsolete
  ("This function is for use by compiled F# code and should not be used directly")>]
val CreateInstance : unit -> 'a when 'a : (new : unit ->  'a)

Note: This function is for use by compiled F# code and should not be used directly

This function implements calls to default constructors acccessed by 'new' constraints.
[<Obsolete
  ("This function is for use by compiled F# code and should not be used directly")>]
val ParseDecimal : string -> decimal

Note: This function is for use by compiled F# code and should not be used directly

This function implements parsing of decimal constants
[<Obsolete
  ("This function is for use by compiled F# code and should not be used directly")>]
val TypeTestFast<'a> : obj -> bool

Note: This function is for use by compiled F# code and should not be used directly

A compiler intrinsic that implements the ':?' operator
[<Obsolete
  ("This function is for use by compiled F# code and should not be used directly")>]
val TypeTestGeneric<'a> : obj -> bool

Note: This function is for use by compiled F# code and should not be used directly

A compiler intrinsic that implements the ':?' operator
[<Obsolete
  ("This function is for use by compiled F# code and should not be used directly")>]
val UnboxFast : obj -> 'a

Note: This function is for use by compiled F# code and should not be used directly

A compiler intrinsic that implements the ':?>' operator
[<Obsolete
  ("This function is for use by compiled F# code and should not be used directly")>]
val UnboxGeneric : obj -> 'a

Note: This function is for use by compiled F# code and should not be used directly

A compiler intrinsic that implements the ':?>' operator

See Also

Microsoft.FSharp.Core.LanguagePrimitives


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19