What is OrderedSet?

OrderedSet is essentially the Swift equivalent of Foundation’s NSOrderedSet/NSMutableOrderedSet. It was created so Swift would have a unique, ordered collection with fast lookup performance that supported strong typing through Generics, and so we could store Swift structs and enums in it.

Overview

  • Pricing: Free
  • Resource Link: https://github.com/Weebly/OrderedSet
  • Resource Maker: Weebly
  • Mobile Platform Destination: iOS Apps
  • Mobile Platform Support: Native iOS
  • Programming Languages: Swift
  • CocoaPods: OrderedSet
  • Carthage: Weebly/OrderedSet