XRay


Json

Namespace: XRay
Attributes:
[<AutoOpen>]

Functions and values

Function or valueDescription
mergeMap a b
Signature: a:Map<'a,'b> -> b:Map<'a,'b> -> Map<'a,'b>
Type parameters: 'a, 'b

Merges two maps favoring values from the second.

Type extensions

Type extensionDescription
parse(x)
Signature: x:string -> int64 option

CompiledName: Int64.parse.Static

Fork me on GitHub