You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elixir-lang-core
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`?
Marc-André Lafortune
unread,
Jan 28, 2022, 11:59:18 PM1/28/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elixir-lang-core
I just remembered that `nil[:x]` works, so it's probably just nicer to write `data[:foo][:bar]`; let's forget about this 😅