Other Functions
The following functions are available globally.
-
Joins a left path with the right path string and stores the result in the left-hand-side variable.
Declaration
Swift
@inlinable public func += <S>(left: inout Path, right: S?) where S : StringProtocolParameters
leftThe base path for the new one.
rightThe string path to join with specified left path.
View on GitHub
Other Functions Reference