Logo Xantham

Dictionary Module

Functions and values

Function or value Description

addOrReplace key value dict

Full Usage: addOrReplace key value dict

Parameters:
    key : 'Key
    value : 'Value
    dict : Dictionary<'Key, 'Value>

Modifiers: inline
Type parameters: 'Key, 'Value
key : 'Key
value : 'Value
dict : Dictionary<'Key, 'Value>

tryAdd key value dict

Full Usage: tryAdd key value dict

Parameters:
    key : 'Key
    value : 'Value
    dict : Dictionary<'Key, 'Value>

Modifiers: inline
Type parameters: 'Key, 'Value
key : 'Key
value : 'Value
dict : Dictionary<'Key, 'Value>

tryItem key dict

Full Usage: tryItem key dict

Parameters:
Returns: 'Value voption
Modifiers: inline
Type parameters: 'Key, 'Value
key : 'Key
dict : Dictionary<'Key, 'Value>
Returns: 'Value voption

Type something to start searching.