Aardvark.Base


KeyValuePairs

Static members

Static memberDescription
Copy(kvp, func)
Signature: (kvp:KeyValuePair<'TKey,'TValue1> * func:Func<'TValue1,'TValue2>) -> KeyValuePair<'TKey,'TValue2>
Type parameters: 'TKey, 'TValue1, 'TValue2
Create(key, value)
Signature: (key:'TKey * value:'TValue) -> KeyValuePair<'TKey,'TValue>
Type parameters: 'TKey, 'TValue
Fork me on GitHub