项目作者: sonisuman

项目描述 :
Memory management in Swift
高级语言: Swift
项目地址: git://github.com/sonisuman/Memory-Management.git
创建时间: 2020-01-09T13:19:29Z
项目社区:https://github.com/sonisuman/Memory-Management

开源协议:

下载


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.