FSharp.Collections.Immutable
FSharp.Collections.Immutable copied to clipboard
F# bindings for System.Collections.Immutable
Like ``` F# [] type SliceExtensions = [] static member GetSlice(source: FlatList
This test compares the behaviour between the methods for `ImmutableList` and `Array` ```f# #r "nuget:FSharp.Collections.Immutable" #r "nuget:Unquote" open FSharp.Collections.Immutable open Swensen.Unquote.Assertions let xs = [ "one"; "two"; "three"; "four" ]...
added toList in immutableList
https://docs.microsoft.com/uk-ua/dotnet/core/deploying/trimming/prepare-libraries-for-trimming
https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link/
Implemented support for all the functions as in similar FSharp.Core modules ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [X] New feature (non-breaking...