Generic ClassWritable
WritableKeyPath
A key path that supports reading from and writing to the resulting value.
結果値からのよみ出し及びそれへの書き込みをサポートするキーパス。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
class WritableKeyPath<Root, Value> : KeyPath
<Root, Value>
Relationships 関係
Inherits From 継承元
See Also 参照
Writable Key Paths 書き込み可能なキーパス
class ReferenceWritableKeyPath
A key path that supports reading from and writing to the resulting value with reference semantics.
結果値からのよみ出し及びそれへの書き込みを参照意味論でサポートするキーパス。