Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TonyTang2001/cde24da8bbb80a1c98a42aae2d3af9f0 to your computer and use it in GitHub Desktop.
Save TonyTang2001/cde24da8bbb80a1c98a42aae2d3af9f0 to your computer and use it in GitHub Desktop.
Get Multiple Elements from Array with Indices
let result = indicesArray.compactMap { (elementArray.count > $0) ? elementArray[$0] : nil}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment