Mindblown: a blog about philosophy.

  • Access Control

    Swift’s access control model is based on the concept of modules, source files, and packages. A module is a single unit of code distribution — a framework or application that’s built and shipped as a single unit and that can be imported by another module with Swift’s import keyword. Each build target (such as an app bundle or framework)…

  • Advanced Operators

    Swift provides several advanced operators that perform more complex value manipulation. These include all of the bitwise and bit shifting operators you will be familiar with from C and Objective-C. Bitwise Operators Bitwise NOT Operator Bitwise AND Operator Bitwise OR Operator Bitwise XOR Operator Bitwise Left and Right Shift Operators Overflow Operators Value Overflow Precedence…

Got any book recommendations?