Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Identifier

mattt edited this page Apr 26, 2021 · 13 revisions

Identifier

public struct Identifier: Hashable 

Inheritance

CustomStringConvertible, Hashable

Initializers

init(context:name:)

public init(context: [String], name: String) 

Properties

context

public let context: [String]

name

public let name: String

pathComponents

public let pathComponents: [String]

description

public var description: String 

Methods

matches(_:)

public func matches(_ string: String) -> Bool 

matches(_:)

public func matches(_ pathComponents: [Substring]) -> Bool 

matches(_:)

public func matches(_ pathComponents: [String]) -> Bool