Skip to content

Initializer

init(column:path:)

Create a nested subpath from an identifier string and an array of one or more path elements.
init(column: String, path: [String])

Parameters

column

A string to treat as an identifier to which the nested subpath applies.

path

The subpath itself. If this array is empty, a runtime error occurs.