/Memory-Management

Memory management in Swift

Primary LanguageSwift

Memory-Management in Swift

  1. The bits and bytes of Ints in Swift.

  2. How they're placed in memory.

  3. How to manipulate those bits.

  4. How memory is laid out.

  5. How to use pointers to interact with C code.

  6. MemoryLayout and UnsafePointers in Swift.