I would be interested in this as a “non standard” library - a library shipped with Swift, but not imported by default. In general, average developers probably don’t need the difference between a hashset and another kind of set. But if I really cared, it’d be cool to just “import DataStructures” (or whatever) and have it all.
Dave > On Sep 1, 2017, at 9:26 AM, Sebastian Bohmann via swift-evolution > <[email protected]> wrote: > > Is swift evolution interested in a set of persistent collections (vector, > hashset, hashmap) with full cow support and extensive tests? > > They are finished and in use. > > I would adapt them to the current style &. > > Best regards > > _______________________________________________ > swift-evolution mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-evolution _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
