Skip to content

Enumeration

PathComponent

A single path component of a Route. An array of these components describes a route’s path, including which parts are constant and which parts are dynamic.
enum PathComponent

Topics

Enumeration Cases

Initializers

Instance Properties

  • description
    A textual representation of this instance.

Relationships

Conforms To

  • Swift.CustomStringConvertible
  • Swift.Equatable
  • Swift.ExpressibleByExtendedGraphemeClusterLiteral
  • Swift.ExpressibleByStringInterpolation
  • Swift.ExpressibleByStringLiteral
  • Swift.ExpressibleByUnicodeScalarLiteral
  • Swift.Hashable
  • Swift.Sendable
  • Swift.SendableMetatype