Skip to content

Instantly share code, notes, and snippets.

@TungVdMiichi
Created May 17, 2020 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TungVdMiichi/002ec6414e0acba722d0cb85ca38f6b5 to your computer and use it in GitHub Desktop.
Save TungVdMiichi/002ec6414e0acba722d0cb85ca38f6b5 to your computer and use it in GitHub Desktop.
let urls = items.compactMap { (item) -> URL? in
return item.thumbnailURL
}
// result: [http:b-url.com, http:c-url.com, http:d-url.com]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment