FSharp.Data.GraphQL


List

Namespace: FSharp.Data.GraphQL

Functions and values

Function or valueDescription
mergeBy f listx listy
Signature: f:('?8889 -> '?8890) -> listx:'?8889 list -> listy:'?8889 list -> '?8889 list
Type parameters: '?8889, '?8890

Merges elements of two lists, returning a new list without duplicates.

Fork me on GitHub