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
columnA string to treat as an identifier to which the nested subpath applies.
pathThe subpath itself. If this array is empty, a runtime error occurs.