3 Repositories
Swift checked Libraries
A dead simple programming language.
checked Checked is a dead simple programming language. Variable declarations with type inference func main() { let constantVariable = 5 var va
2 Oct 21, 2022
Compile-time-checked URLs
SafeURL Tool for avoiding using the URL(string:) initializer with optional result, instead introducing a compile time URL validity check. Note, this d
134 Dec 10, 2022
NS_OPTIONS for Swift (type-checked bitmask container). Basically an easier-to-implement RawOptionSet.
a replacement for NS_OPTIONS / RawOptionSet BitmaskT is a quicker way to get NS_OPTIONS-style functionality in a Swift environment. It's intended as
35 Nov 7, 2021