jlandon / Alexandria

A library of Swift extensions to turbocharge your iOS development.
https://jlandon.github.io/Alexandria
MIT License
65 stars 8 forks source link

Trilean #12

Closed hsoi closed 8 years ago

hsoi commented 8 years ago

What Boolean is to 2 states (or perhaps 3 if Bool?), Trilean is to 3 states (or perhaps 4 if Trilean?).

krider2010 commented 8 years ago

:+1:

jlandon commented 8 years ago

Since this isn't directly extending an stdlib, UIKit, or Foundation class, I'm not sure this belongs in this framework. Everything in Alexandria extends previous classes, but this introduces a new one, which goes against the "library of Swift extensions" purpose of this framework.