Map
Namespace: FSharp.Data.GraphQL
Functions and values
Function or value | Description |
merge mergeFn mapx mapy
Signature: mergeFn:('?8885 -> '?8886 -> '?8886 -> '?8886) -> mapx:Map<'?8885,'?8886> -> mapy:Map<'?8885,'?8886> -> Map<'?8885,'?8886>
Type parameters: '?8885, '?8886
|
Merges the entries of two maps by their key, returning new map in result.
|