fsprojects / FSharpx.Collections

FSharpx.Collections is a collection of datastructures for use with F# and C#.
http://fsprojects.github.io/FSharpx.Collections/
Apache License 2.0
247 stars 78 forks source link

Enable PersistentVector in Fable #182

Closed njlr closed 3 years ago

njlr commented 3 years ago

The change enables PersistentVector in Fable and adds a few tests for that.

On .NET, PersistentVector tracks the owning thread, but in Fable this is not required.

Also included is a migration to Fable 3.x.

sergey-tihon commented 3 years ago

Thank you @njlr !