CSBiology / FSharpAux

Auxiliary functions and data structures for the F# programming language
MIT License
23 stars 16 forks source link

[Feature Request] Set functions of basic collections #23

Closed omaus closed 1 year ago

omaus commented 1 year ago

Description

Set functions on basic collections (Sequence, Array, List) would be appreciated in cases where these basic collections cannot be converted to Sets (i.e. when the type does not support comparison constraint).