Skip to content

Instantly share code, notes, and snippets.

@Vilkina
Created March 27, 2020 09:56
Show Gist options
  • Save Vilkina/8c5eaf98cf9ad2c1d7eede8dee307ce3 to your computer and use it in GitHub Desktop.
Save Vilkina/8c5eaf98cf9ad2c1d7eede8dee307ce3 to your computer and use it in GitHub Desktop.
// Array#update
val array = Array("a", "b", "c")
array.update(0, "z")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment