In this issue we will look at generics with and without constraining
Unclaimed project
Are you a maintainer of swift-weekly? Claim this project to take control of your public changelog and roadmap.
In this issue we will look at generics with and without constraining
We discuss the internals of loops and have a look at scoring them based on their aesthetics, performance and conciseness.
In this issue of swift-weekly, I'll demonstrate how you can inject assembly code into your Swift code, both for x86_64 and ARM architectures.
Let's talk about a few keywords in Swift that you might not have yet used!
In this issue, I explain how Swift writes assembly code for switch and case statements and how it deals with ranges in switches and we will also, along the way, find some cool optimization tricks that Swift does in order to make our release code faster to execute, at the expense of making it more complicated.