Explore >> Select a destination


You are here

swiftrocks.com
| | www.neilmacy.co.uk
13.7 parsecs away

Travel
| | A better way to deal with UITableViewCells.
| | krakendev.io
12.4 parsecs away

Travel
| | Since the advent of Swift, our behavior towards nil values have greatly changed. Swift brings type safety, and also works hard to prevent sending messages to nil by introducing Optionals. Implicitlyunwrapped optionals are pretty new and behave just like optionals. However, they can be dangerous to your code if used incorrectly. So here, let me help with that!
| | www.douggregor.net
12.8 parsecs away

Travel
| | Swift for C++ Practitioners, Part 5: Type erasure & metatypes
| | nikita-volkov.github.io
96.0 parsecs away

Travel
| Have you ever looked for a numeric type with a zero to hundred range to describe percentage? Maybe a zero to one to describe a proper fraction of something? A positive integer (without the zero) to enumerate something? A vector of a specific length? Here that comes and not only with the Haskell refinement types library (on GitHub, on Hackage)!