Modules§
Structs§
- AnyKey
Path - AnyKeyPath - Hides both Root and Value types Equivalent to Swift’s AnyKeyPath Useful for storing keypaths in collections without knowing either type
- AnyWritable
KeyPath - AnyWritableKeyPath - Hides both Root and Value types (writable)
- Enum
KeyPaths - KeyPath
- Optional
KeyPath - Partial
KeyPath - PartialKeyPath - Hides the Value type but keeps Root visible Useful for storing keypaths in collections without knowing the exact Value type
- Partial
Optional KeyPath - PartialOptionalKeyPath - Hides the Value type but keeps Root visible Useful for storing optional keypaths in collections without knowing the exact Value type
- Partial
Writable KeyPath - PartialWritableKeyPath - Hides the Value type but keeps Root visible (writable)
- Partial
Writable Optional KeyPath - PartialWritableOptionalKeyPath - Hides the Value type but keeps Root visible (writable optional)
- Writable
KeyPath - Writable
Optional KeyPath