Without looking, tell me the inferred type of [1, 2, 3, [4, 5, [6, 7, 8]]]
. And now tell me, why.
(Open the post on its own page for details. I tried to make this a multi-page post but it doesn’t really show this on the main page)
Without looking, tell me the inferred type of [1, 2, 3, [4, 5, [6, 7, 8]]]
. And now tell me, why.
(Open the post on its own page for details. I tried to make this a multi-page post but it doesn’t really show this on the main page)
3 Comments
what about crash?
Sadly, I am still using Xcode 6.3.1 for ineffable production reasons, however this more elegant solution worked for me. I’d appreciate your feedback if it could be better (including safer).
Nice, thanks!