[swift-evolution] Introduce OrderedSet type
Nicholas Maccharoli
nmaccharoli at gmail.com
Tue May 3 22:24:59 CDT 2016
Hello Swift Community,
Recently I have noticed that there is a Set type but no OrderedSet type yet.
If I want a set that preserves the original order I have to go with
NSOrderedSet
but I think it would be nice to have a native implementation in the
standard library.
What are your thoughts on this?
Thanks!
- Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160504/eb5a2a57/attachment.html>
More information about the swift-evolution
mailing list