Tagged in

iOS

Swift type in SIL
Swift type in SIL
Let's dive into the type system of SIL
More information
Followers
21
Elsewhere
More, on Medium

defer in SIL

Hi all, I’m @kitasuke, iOS Engineer.

This is my second post, “defer in SIL” as series of “Swift type in SIL”. Today I’m going to share what I’ve learned about how defer works in SIL.


var vs let in SIL

Hi all, I’m @kitasuke, iOS Engineer.

This is my first post, “var vs let in SIL” as series of “Swift type in SIL”. Today I’m going to share what I’ve learned about how var and let work in SIL.