SkillAgentSearch skills...

IHMutableOrderedDictionary

A simple replacement for NSMutableDictionary, which returns its keys in the order inserted.

Install / Use

/learn @iljaiwas/IHMutableOrderedDictionary
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

A simple replacement for NSMutableDictionary, which returns its keys during an enumeration in the order they were inserted.

This class uses modern Objective-C features as properties and ARC.It supports fast enumeration, as well as keyed and indexed subscript access.

Beyond the included test cases absolutly not testing was done, so be prepared for the worst.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated9y ago
Forks0

Languages

Objective-C

Security Score

55/100

Audited on Jan 23, 2017

No findings