Structure
Path
public struct Path
Initializers
init(_:)
public init(_ value: String)
Properties
value
let value: String
isRoot
let isRoot: Bool
components
let components: [Substring]