Skip to content

Commit

Permalink
GitBook: [master] 75 pages and 12 assets modified
Browse files Browse the repository at this point in the history
  • Loading branch information
stzn authored and gitbook-bot committed Jul 7, 2021
1 parent 2b3bd34 commit 3baeb2d
Show file tree
Hide file tree
Showing 56 changed files with 2,413 additions and 2,460 deletions.
Binary file removed .gitbook/assets/available_compiler_statement.png
Binary file not shown.
Binary file added .gitbook/assets/snakesandladders_2x (1).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/snakesandladders_2x (10).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/snakesandladders_2x (11).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/snakesandladders_2x (2).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/snakesandladders_2x (3).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/snakesandladders_2x (4).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/snakesandladders_2x (5).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/snakesandladders_2x (6).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/snakesandladders_2x (7).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/snakesandladders_2x (8).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/snakesandladders_2x (9).png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

## オンラインドキュメント

[The Swift Programming Language(日本語版)](https://swift-programming-language-jp.gitbook.io/the-swift-programming-language-jp/)
[The Swift Programming Language\(日本語版\)](https://swift-programming-language-jp.gitbook.io/the-swift-programming-language-jp/)

[Gitbook](https://www.gitbook.com)を使用しています。

## バージョン履歴

2021/7/3 Swift5.5(Beta)
2021/7/3 Swift5.5\(Beta\)

## 開発

[開発ガイド](https://github.com/stzn/the-swift-programming-language-jp/tree/fb429c05ba8213016ca97e93f9454d86ed274ab7/CONTRIBUTION.md)を参照ください。

94 changes: 47 additions & 47 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,57 @@

* [The Swift Programming Language\(日本語版\)](README.md)

## WELCOME TO SWIFT (Swiftへようこそ)

* [About Swift (Swiftについて)](welcome-to-swift/about-swift.md)
* [Version Compatibility (バージョン互換性)](welcome-to-swift/version-compatibility.md)
* [A Swift Tour (Swiftツアー)](welcome-to-swift/a-swift-tour.md)

## LANGUAGE GUIDE (言語ガイド)

* [The Basics (基本)](language-guide/the-basics.md)
* [Basic Operators (基本演算子)](language-guide/basic-operators.md)
* [Strings and Characters (文字と文字列)](language-guide/strings-and-characters.md)
* [Collection Types (コレクション型)](language-guide/collection-types.md)
* [Control Flow (制御フロー)](language-guide/control-flow.md)
* [Functions (関数)](language-guide/functions.md)
* [Closures (クロージャ)](language-guide/closures.md)
* [Enumerations (列挙型)](language-guide/enumerations.md)
* [Structures and Classes (構造体とクラス)](language-guide/structures-and-classes.md)
* [Properties (プロパティ)](language-guide/properties.md)
* [Methods (メソッド)](language-guide/methods.md)
* [Subscripts (サブスクリプト)](language-guide/subscripts.md)
* [Inheritance (継承)](language-guide/inheritance.md)
* [Initialization (初期化)](language-guide/initialization.md)
* [Deinitialization (デイニシャライゼーション)](language-guide/deinitialization.md)
* [Optional Chaining (オプショナルチェーン)](language-guide/optional-chaining.md)
* [Error Handling (エラー処理)](language-guide/error-handling.md)
* [Concurrency (同時並行処理)](language-guide/concurrency.md)
* [Type Casting (型キャスト)](language-guide/type-casting.md)
* [Nested Types (ネスト型)](language-guide/nested-types.md)
* [Extensions (拡張)](language-guide/extensions.md)
* [Protocols (プロトコル)](language-guide/protocols.md)
* [Generics (ジェネリクス)](language-guide/generics.md)
* [Opaque Types (Opaque )](language-guide/opaque-types.md)
* [Automatic Reference Counting (自動参照カウント ARC)](language-guide/automatic-reference-counting.md)
* [Memory Safety (メモリ安全性)](language-guide/memory-safety.md)
* [Access Control (アクセスコントロール)](language-guide/access-control.md)
* [Advanced Operators (高度な演算子)](language-guide/advanced-operators.md)
## WELCOME TO SWIFT \(Swiftへようこそ\)

* [Swiftについて\(About Swift\)](welcome-to-swift-swiftheyoukoso/about-swift.md)
* [バージョン互換性\(Version Compatibility\)](welcome-to-swift-swiftheyoukoso/version-compatibility.md)
* [Swiftツアー\(A Swift Tour\)](welcome-to-swift-swiftheyoukoso/a-swift-tour.md)

## LANGUAGE GUIDE \(言語ガイド\)

* [基本\(The Basics\)](language-guide-gaido/the-basics.md)
* [基本演算子\(Basic Operators\)](language-guide-gaido/basic-operators.md)
* [文字と文字列\(Strings and Characters\)](language-guide-gaido/strings-and-characters.md)
* [コレクション型\(Collection Types\)](language-guide-gaido/collection-types.md)
* [制御フロー\(Control Flow\)](language-guide-gaido/control-flow.md)
* [関数\(Functions\)](language-guide-gaido/functions.md)
* [クロージャ\(Closures\)](language-guide-gaido/closures.md)
* [列挙型\(Enumerations\)](language-guide-gaido/enumerations.md)
* [構造体とクラス\(Structures and Classes\)](language-guide-gaido/structures-and-classes.md)
* [プロパティ\(Properties\)](language-guide-gaido/properties.md)
* [メソッド\(Methods\)](language-guide-gaido/methods.md)
* [サブスクリプト\(Subscripts\)](language-guide-gaido/subscripts.md)
* [継承\(Inheritance\)](language-guide-gaido/inheritance.md)
* [初期化\(Initialization\)](language-guide-gaido/initialization.md)
* [デイニシャライゼーション\(Deinitialization\)](language-guide-gaido/deinitialization.md)
* [オプショナルチェーン\(Optional Chaining\)](language-guide-gaido/optional-chaining.md)
* [エラー処理\(Error Handling\)](language-guide-gaido/error-handling.md)
* [同時並行処理\(Concurrency\)](language-guide-gaido/concurrency.md)
* [型キャスト\(Type Casting\)](language-guide-gaido/type-casting.md)
* [ネスト型\(Nested Types\)](language-guide-gaido/nested-types.md)
* [拡張\(Extensions\)](language-guide-gaido/extensions.md)
* [プロトコル\(Protocols\)](language-guide-gaido/protocols.md)
* [ジェネリクス\(Generics\)](language-guide-gaido/generics.md)
* [Opaque \(Opaque Types\)](language-guide-gaido/opaque-types.md)
* [自動参照カウント ARC\(Automatic Reference Counting\)](language-guide-gaido/automatic-reference-counting.md)
* [メモリ安全性\(Memory Safety\)](language-guide-gaido/memory-safety.md)
* [アクセスコントロール\(Access Control\)](language-guide-gaido/access-control.md)
* [高度な演算子\(Advanced Operators\)](language-guide-gaido/advanced-operators.md)

## LANGUAGE REFERENCE \(言語リファレンス\) <a id="language-reference"></a>

* [About the Language Reference](language-reference/about-the-language-reference.md)
* [Lexical Structure \(構文の構造\)](language-reference/lexical-structure.md)
* [Types \(\)](language-reference/types.md)
* [Expressions \(\)](language-reference/expressions.md)
* [Statements \(\)](language-reference/statements.md)
* [Declarations \(宣言\)](language-reference/declarations.md)
* [Attributes \(属性\)](language-reference/attributes.md)
* [Patterns \(パターン\)](language-reference/patterns.md)
* [Generic Parameters and Arguments \(ジェネリックパラメータと引数\)](language-reference/generic-parameters-and-arguments.md)
* [Summary of the Grammar \(文法のまとめ\)](language-reference/summary-of-the-grammar.md)
* [言語リファレンスについて\(About the Language Reference\)](language-reference/about-the-language-reference.md)
* [構文の構造\(Lexical Structure\)](language-reference/lexical-structure.md)
* [\(Types\)](language-reference/types.md)
* [\(Expressions\)](language-reference/expressions.md)
* [\(Statements\)](language-reference/statements.md)
* [宣言\(Declarations\)](language-reference/declarations.md)
* [属性\(Attributes\)](language-reference/attributes.md)
* [パターン\(Patterns\)](language-reference/patterns.md)
* [ジェネリックパラメータと引数\(Generic Parameters and Arguments\)](language-reference/generic-parameters-and-arguments.md)
* [文法のまとめ\(Summary of the Grammar\)](language-reference/summary-of-the-grammar.md)

## REVISION HISTORY \(改訂履歴\) <a id="revision-history"></a>

* [Document Revision History\(ドキュメント改訂履歴\)](revision-history/document-revision-history.md)
* [ドキュメント改訂履歴\(Document Revision History\)](revision-history/document-revision-history.md)

0 comments on commit 3baeb2d

Please sign in to comment.