Swift needs a better language reference
Reference documentation should be searchable, linkable, and ideally integrated into IDEs. A badly structured book isn’t good enough. (more…)
Read more »Swift doesn’t have a built-in type for fixed-size, stack-allocated arrays. The standard library uses code generation to work around this limitation for internal use. Read more