URL

extension URL: ExpressibleByStringLiteral
  • Creates a URL initialized to the given string value.

    Declaration

    Swift

    public init(stringLiteral value: StringLiteralType)
  • Creates a URL initialized to the given value.

    Declaration

    Swift

    public init(extendedGraphemeClusterLiteral value: StringLiteralType)
  • Creates a URL initialized to the given value.

    Declaration

    Swift

    public init(unicodeScalarLiteral value: StringLiteralType)