We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public struct Identifier: Hashable
CustomStringConvertible, Hashable
CustomStringConvertible
Hashable
init(context:name:)
public init(context: [String], name: String)
context
public let context: [String]
name
public let name: String
pathComponents
public let pathComponents: [String]
description
public var description: String
matches(_:)
public func matches(_ string: String) -> Bool
public func matches(_ pathComponents: [Substring]) -> Bool
public func matches(_ pathComponents: [String]) -> Bool