Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created November 20, 2019 11:09
Show Gist options
  • Save stevencurtis/57e66dd0fcc659a53ff8129074b39a5d to your computer and use it in GitHub Desktop.
Save stevencurtis/57e66dd0fcc659a53ff8129074b39a5d to your computer and use it in GitHub Desktop.
indicies.contains
if array.indices.contains(3) {
print (array[3])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment