# Use get! to get all elements in array

**URL:** https://discourse.julialang.org/t/use-get-to-get-all-elements-in-array/28008
**Category:** New to Julia
**Created:** [August 26, 2019, 7:35pm UTC](https://discourse.julialang.org/t/use-get-to-get-all-elements-in-array/28008 "2019-08-26T19:35:19Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![elemenopeereste](https://avatars.discourse-cdn.com/v4/letter/e/73ab20/32.png) [@elemenopeereste](https://discourse.julialang.org/u/elemenopeereste)
#### Post date: [August 26, 2019, 9:20pm UTC](https://discourse.julialang.org/t/use-get-to-get-all-elements-in-array/28008/12 "2019-08-26T21:20:24Z")

</div>

I reading about tuples and using it in function like do\_sth(tuple…) and i think how write this in one line. If is possible do something not only for one element like get(Dict, element, new\_value) but for more than one element like get(Dict, tuple…, new\_val)(yep i know this syntax isn’t correct).  
I coming from C++ 😃

---

_[View the full topic](https://discourse.julialang.org/t/use-get-to-get-all-elements-in-array/28008)._
