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

    Citizens in Swift

    Conformances

    Show implementation details (1)

    Hide implementation details

    Subclasses