Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created August 5, 2018 18:55
Show Gist options
  • Save vialyx/259f2025a995f2d307aba1f7d87f6cf1 to your computer and use it in GitHub Desktop.
Save vialyx/259f2025a995f2d307aba1f7d87f6cf1 to your computer and use it in GitHub Desktop.
func download(from index: Int, with offset: Int) -> [String] {
return ["result"]
}
download(from: 0, with: 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment