Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

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

Relationships

Conforms To

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