Swift Type Constrained Extensions

Matt Long: One of Swift’s most expressive and powerful features is type constrained extensions. If you’re new to Swift coming from Objective-C, think of it as a category in Objective-C yet with the ability to specify type criteria so that your category (extension) only applies to the class if it conforms to a certain type. … Continue reading Swift Type Constrained Extensions