turbolent / OrderedSet

A mutable random access collection of unique elements, which behaves like a set, but guarantees insertion order

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

OrderedSet

An ordered set is a mutable random access collection of unique elements, which behaves like a set, but guarantees insertion order.

About

A mutable random access collection of unique elements, which behaves like a set, but guarantees insertion order

License:MIT License


Languages

Language:Swift 100.0%