appending(_:)

Non-mutating version of append(_:C).

Declaration

func appending<C>(_ components: C) -> FilePath where C : Collection, C.Element == FilePath.Component