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

Identifier

mattt edited this page Feb 7, 2020 · 13 revisions

Identifier

public struct Identifier: Hashable

Inheritance

Hashable

Properties

description

var description: String

pathComponents

let pathComponents: [String]

name

let name: String

Methods

matches(_:)

public func matches(_ string: String) -> Bool
Clone this wiki locally