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 Feb 13, 2020 · 13 revisions

Identifier

public struct Identifier: Hashable

Inheritance

Hashable

Properties

pathComponents

let pathComponents: [String]

name

let name: String

description

var description: String

Methods

matches(_:)

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