Skip to content

Instantly share code, notes, and snippets.

@hsharghi
Created December 13, 2019 01:00
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 hsharghi/b88377c04bf9742d95fcf087c7be8410 to your computer and use it in GitHub Desktop.
Save hsharghi/b88377c04bf9742d95fcf087c7be8410 to your computer and use it in GitHub Desktop.
virgool-blog-0001
let futurePosts = getPostsFromDatabase().map { posts in
// posts: [Post]
for post in posts {
print(post.title)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment