F# bindings for System.Collections.Immutable.
FSharp.Collections.Immutable provides idiomatic F# wrappers for the .NET immutable collections, making it easy to use persistent data structures in F# code.
FlatList
(ImmutableArray
)ImmutableList
Stack
(ImmutableStack
)Queue
(ImmutableQueue
)HashMap
(ImmutableDictionary
)SortedMap
(ImmutableSortedDictionary
)HashSet
(ImmutableHashSet
)SortedSet
(ImmutableSortedSet
)IIndexedSeq
(IReadOnlyList
)PM> Install-Package FSharp.Collections.Immutable
Step-by-step guide to get started with FSharp.Collections.Immutable.
Guides you through the steps involved in addressing key problems and use-cases.
Discusses key topics and concepts at a fairly high level and provide useful background information and explanation.
Contain technical reference for APIs.