https://github.com/turbolent/orderedset
A mutable random access collection of unique elements, which behaves like a set, but guarantees insertion order
https://github.com/turbolent/orderedset
ordered-set orderedset swift
Last synced: 8 months ago
JSON representation
A mutable random access collection of unique elements, which behaves like a set, but guarantees insertion order
- Host: GitHub
- URL: https://github.com/turbolent/orderedset
- Owner: turbolent
- License: mit
- Created: 2019-05-11T17:05:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T20:41:43.000Z (almost 7 years ago)
- Last Synced: 2025-06-06T02:39:13.957Z (8 months ago)
- Topics: ordered-set, orderedset, swift
- Language: Swift
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/turbolent/OrderedSet)
# OrderedSet
An ordered set is a mutable random access collection of unique elements, which behaves like a set, but guarantees insertion order.