Logo Deedle

KeyValue Type

A type with extension method for KeyValuePair<'K, 'V> that makes it possible to create values using just `KeyValue.Create`.

Static members

Static member Description

KeyValue.Create(key, value)

Full Usage: KeyValue.Create(key, value)

Parameters:
    key : 'K
    value : 'V

Returns: KeyValuePair<'K, 'V>
Type parameters: 'K, 'V
key : 'K
value : 'V
Returns: KeyValuePair<'K, 'V>

Type something to start searching.