Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 558 Bytes

README.md

File metadata and controls

32 lines (30 loc) · 558 Bytes

Swift-

Swift 공식문서를 통해 지식을 점검하고 공부합니다.

https://docs.swift.org/swift-book/

  • The Basics
  • Basic Operators
  • Strings and Characters
  • Collection Types
  • Control Flow
  • Functions
  • Closures
  • Enumerations
  • Structures and Classes
  • Properties
  • Methods
  • Subscripts
  • Inheritance
  • Initialization
  • Deinitialization
  • Optional Chaining
  • Error Handling
  • Type Casting
  • Nested Types
  • Extensions
  • Protocols
  • Generics
  • Opaque Types
  • Automatic Reference Counting
  • Memory Safety
  • Access Control
  • Advanced Operators