FSharpAux


FsharpMapExtensions

Namespace: FSharpAux
Attributes:
[<AutoOpen>]

Type extensions

Type extensionDescription
x.TryFindDefault zero key
Signature: zero:'Value -> key:'Key -> 'Value

Look up an element in a map, returning a value if the element is in the domain of the map and default value if not

CompiledName: Map`2.TryFindDefault

Fork me on GitHub