ClassSwift5.9.0

    KeyPath

    A key path from a specific root type to a specific resulting value type.

    class KeyPath<Root, Value>

    The most common way to make an instance of this type is by using a key-path expression like \SomeClass.someProperty. For more information, see Key-Path Expressions in The Swift Programming Language.

    Superclasses

    • class PartialKeyPath

      A partially type-erased key path, from a concrete root type to any resulting value type.

    Citizens in Swift

    Conformances

    Subclasses