I just remembered that `nil[:x]` works, so it's probably just nicer to write `data[:foo][:bar]`; let's forget about this đŸ˜… On Friday, 28 January 2022 at 22:52:00 UTC-5 Marc-AndrĂ© Lafortune wrote:
> There is `pop_in/2` and its macro form `/2` > There is `put_in/3` and its macro form `/2` > There is `update_in/3` and its macro form `/2` > There is `get_and_update_in/3` and its macro form `/2` > There is `get_in/2` but no macro form `/1`. Could we please add `get_in/1`? > -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/8718a524-de35-435c-9fb1-c0ddf332e333n%40googlegroups.com.
