Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 532 Bytes

contents.rst

File metadata and controls

29 lines (22 loc) · 532 Bytes

Contents

Swift Language Reference Manual

.. toctree::
   :maxdepth: 1

   2c - Expressions
   3 - Simple User Defined Datatypes i.e. enum, union, and struct
   4 - Program Structure and Compilation Model
   5 - Memory and Ownership Model
   6 - Memory and Concurrency Model
   DesignDecisions
   Error Handling
   Generics
   Pattern Matching
   Resilience
   LogicalObjects
   Namespace Level Vars and Top Level Code
   SIL
   TypeState
   TypeChecker