A package containing useful extensions on Foundation types and helper classes and structs to make development easier.
These are a few simple extensions on:
Array
Dictionary
Sequence
Set
The Sequence
extension contains some convenience methods to sort and filter by KeyPath
.
These are simple extensions on:
CustomStringConvertible
Mirror
This section includes an extension on URL
s with some convenience methods and accessors.
There is also a subclass of FileManager
called Filer
to make the use of certain methods easier.
A typealias for String
called FilePath
has been created to make it clear that you're working with file paths and not plain strings.
This category contains convenience methods and extensions on:
Bundle
Optional
String
Timer
This category contains some convenience accessors, conversions and calculations for:
BinaryInteger
BinaryFloatingPoint
SignedNumeric
Bool