Skip to content

Instantly share code, notes, and snippets.

@TsRebornz
Created December 2, 2022 19:41
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 TsRebornz/0fdf7b53667276141da87b34ea050794 to your computer and use it in GitHub Desktop.
Save TsRebornz/0fdf7b53667276141da87b34ea050794 to your computer and use it in GitHub Desktop.
let array = [1,2,3,4,5]
let arrayFirstItemKeyPath = \[Int][0]
let firstArrayItem = array[keyPath: arrayFirstItemKeyPath] // -> 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment