0.5
- Compatible with Swift 3.2 and Swift 4.0.
- Dropped support for Swift 3.0.
- The methods for removing elements from the array now have the
@discardableResultattribute, avoiding compiler warnings if you ignore the return value. Thanks @DivineDominion!