Contents

init(excluded:segments:enumerateHierarchy:)

Creates a new path options configuration with default values.

Declaration

init(excluded: Bool = false, segments: UInt = 0, enumerateHierarchy: Bool = true)

Discussion

The path options default behavior is as follows:

  • Parsing includes the path.

  • Parsing preserves all path segments.

  • Parsing enables path hierarchy enumeration.