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 23, 2021 · 13 revisions

Identifier

public struct Identifier: Hashable

Inheritance

CustomStringConvertible, Hashable

Initializers

init(context:name:)

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

Properties

context

let context: [String]

name

let name: String

pathComponents

let pathComponents: [String]

description

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