Path

  • Undocumented

    See more

    Declaration

    Swift

    public struct Path
    extension Path: CollectionWrapping
    extension Path: Additive
    extension Path: Equatable
    extension Path: CustomStringConvertible
  • Element within a Path.

    See more

    Declaration

    Swift

    public enum PathElement
    extension PathElement: Equatable
    extension PathElement: CustomStringConvertible
  • Interface for types that can produce a Path representation of themselves.

    See more

    Declaration

    Swift

    public protocol PathRepresentable