Skip to content

Swift Weekly - Issue 09 - The Swift Runtime (Part 7) - Subscripts

Compare
Choose a tag to compare
@vandadnp vandadnp released this 13 Feb 11:07
· 41 commits to master since this release

In this issue I explain how subscripts work on String, Arrays and Dictionaries and shed some light on some of the sneaky work that Swift 1.2 does behind the scene in order to make our code run faster with regards to subscripting.
You can read this issue here