Key-Path Expressions
キーパス式
Use key-path expressions to access properties dynamically.
キーパス式を使ってプロパティに動的にアクセスします。
Topics
話題
Key Paths
キーパス
class KeyPath
A key path from a specific root type to a specific resulting value type.
特定の根本の型から特定の結果値の型へのキーパス。
class PartialKeyPath
A partially type-erased key path, from a concrete root type to any resulting value type.
ある部分的な型消去キーパス、具体的な根本の型から何らかの結果値の型への。
class AnyKeyPath
A type-erased key path, from any root type to any resulting value type.
型消去キーパス、何らかの根本の型から何らかの結果値の型への。
protocol _AppendKeyPath
An implementation detail of key path expressions; do not use this protocol directly.
キーパス式の実装詳細;このプロトコルを直接に使わないでください。
Writable Key Paths
書き込み可能なキーパス
class WritableKeyPath
A key path that supports reading from and writing to the resulting value.
結果値からのよみ出し及びそれへの書き込みをサポートするキーパス。
class ReferenceWritableKeyPath
A key path that supports reading from and writing to the resulting value with reference semantics.
結果値からのよみ出し及びそれへの書き込みを参照意味論でサポートするキーパス。
See Also
参照
Programming Tasks
プログラミング作業
Input and Output
入力と出力
Print values to the console, read from and write to text streams, and use command line arguments.
値をコンソールに出力し、テキストストリームから読み込みおよびそれへと書き出し、そしてコマンドライン引数を使います。
Concurrency
Perform asynchronous and parallel operations.
非同期なそして並列な演算それらを実行します。