Skip to content

Texl/fsharp-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsharp-collections

An overview of some F# collections usage from C#.


FSharpList

Array List LinkedList ImmutableList FSharpList
IEnumerable
IReadOnlyCollection
ICollection
IReadOnlyList
IList
IComparable
IEquatable
IStructuralComparable
IStructuralEquatable

FSharpSet

HashSet ImmutableHashSet FSharpSet
IEnumerable
IReadOnlyCollection
ICollection
IReadOnlySet
ISet
IComparable

FSharpMap

Dictionary ImmutableDictionary FSharpMap
IEnumerable
IReadOnlyCollection
ICollection
IReadOnlyDictionary
IDictionary
IComparable

About

An overview of F# collections usage from C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published