URL

struct URL : ReferenceConvertible, Equatable
  • Mechanica

    Creates a new URL constructed by appending the rhs path to the lhs URL.

    Declaration

    Swift

    static public func + (lhs: URL, rhs: String) -> URL