URL
public extension URL
-
Create a URL with a compile time constant string. You guarantee that the string can be transformed into a valid
URLDeclaration
Swift
init(staticString: StaticString)Parameters
staticStringthe string which gets transformed into
URL.
View on GitHub
URL Extension Reference