PathComponent

public enum PathComponent : ExpressibleByStringLiteral, CustomStringConvertible

Undocumented

  • Undocumented

    Declaration

    Swift

    case constant(String)
  • Undocumented

    Declaration

    Swift

    case parameter(String)
  • Undocumented

    Declaration

    Swift

    case anything
  • Undocumented

    Declaration

    Swift

    case catchall
  • Declaration

    Swift

    public init(stringLiteral value: String)
  • Declaration

    Swift

    public var description: String { get }