Just released a brand new collection type on GitHub with a native Swift wrapper you might like 😎 github.com/intuit/Grouped
Conversation
Replying to
Cool! Why a reference type instead of a value type?
Replying to
It made more sense that way to be able to mirror the underlying ObjC structure. Do you see a meaningful diff. as a class?
2
one cost of making the Swift types structs would be having to duplicate all the inherited code in mutable version.
1
Show replies

