Bitfields in Swift
Some programming languages have a native notion of “bitfields”, which let you pack data in smaller than computers can normally manage it. Swift does not, but with a pile of “syntactic sugar” you can get the same effect…using this package I made.