appending(_:)
Non-mutating version of append(_:C).
Declaration
func appending<C>(_ components: C) -> FilePath where C : Collection, C.Element == FilePath.ComponentNon-mutating version of append(_:C).
func appending<C>(_ components: C) -> FilePath where C : Collection, C.Element == FilePath.Component