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 : StringProtocol

    Parameters

    left

    The base path for the new one.

    right

    The string path to join with specified left path.