Path
public struct Path : Hashable, Equatable, Sendable
Abstraction for TOML key paths
-
Array of path segments.
Declaration
Swift
internal(set) public var components: [String] { get } -
Declaration
Swift
public func hash(into hasher: inout Hasher) -
Declaration
Swift
public static func == (lhs: Path, rhs: Path) -> Bool
View on GitHub
Install in Dash