KeyValue
Namespace: Deedle
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 |
Create(key, value)
Signature: (key:'K * value:'V) -> KeyValuePair<'K,'V>
Type parameters: 'K, 'V |
|