Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was 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 

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.