Header menu logo fantomas

DictionaryExtensions Type

Static members

Static member Description

DictionaryExtensions.BagAdd(dic, key, value)

Full Usage: DictionaryExtensions.BagAdd(dic, key, value)

Parameters:
    dic : Dictionary<'key, 'value list>
    key : 'key
    value : 'value

Modifiers: inline
Type parameters: 'key, 'value
dic : Dictionary<'key, 'value list>
key : 'key
value : 'value

DictionaryExtensions.BagExistsValueForKey(dic, key, f)

Full Usage: DictionaryExtensions.BagExistsValueForKey(dic, key, f)

Parameters:
    dic : Dictionary<'key, 'value list>
    key : 'key
    f : 'value -> bool

Returns: bool
Modifiers: inline
Type parameters: 'key, 'value
dic : Dictionary<'key, 'value list>
key : 'key
f : 'value -> bool
Returns: bool

Type something to start searching.