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
|
Full Usage:
KeyValue.Create(key, value)
Parameters:
'K
value : 'V
Returns: KeyValuePair<'K, 'V>
Type parameters: 'K, 'V |
|
Deedle