PartialKeyPath

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

    class PartialKeyPath<Root>

    Superclasses

    • class AnyKeyPath

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

    Citizens in Swift

    Conformances

    Subclasses

    • class KeyPath

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