Array
Namespace: FSharp.Data.GraphQL
Functions and values
Function or value | Description |
distinctBy keyf array
Signature: keyf:('T -> '?9235) -> array:'T [] -> 'T []
Type parameters: 'T, '?9235
|
Returns a new array with unique elements. Uniqueness is determined by
output of the function.
|