https://docs.swift.org/swift-book/ 에 있는 The Swift Programming Language 을 한국어로 번역한 것이며, 오역 및 오타 많을 수 있습니다. 발견 시 연락처에 있는 email로 연락해 주세요!
- Swift 5.7, 2022-09-13
- Swift 5.6, 2022-03-17
- Swift 5.5, 2021-08-14
- Swift 5.4, 2021-02-20
- Swift 5.3, 2020-10-23
속성 | 위치 |
---|---|
기본 | The Basic |
기본 연산자 | 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 |
동시성 | Concurrency |
타입 캐스팅 | Type Casting |
중첩된 타입 | Nested Types |
확장 | Extensions |
프로토콜 | Protocols |
제너릭 | Generics |
불투명한 타입 | Opaque Types |
자동 참조 카운팅 | Automatic Reference Counting |
메모리 안전성 | Memory Safety |
접근 제어 | Access Control |
고급 연산자 | Advanced Operators |