Deedle


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 memberDescription
Create(key, value)
Signature: (key:'K * value:'V) -> KeyValuePair<'K,'V>
Type parameters: 'K, 'V
Fork me on GitHub