An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/turbolent/OrderedSet.svg?branch=master)](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.