Skip to content

Instantly share code, notes, and snippets.

@thexande
Last active December 16, 2018 06:16
Show Gist options
  • Save thexande/e09ce4ebdeffc62fdd1067384f033b37 to your computer and use it in GitHub Desktop.
Save thexande/e09ce4ebdeffc62fdd1067384f033b37 to your computer and use it in GitHub Desktop.
let optionalString: String? = "https://www.google.com/"
let url: URL? = optionalString.flatMap(URL.init(string:))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment