maybe icon indicating copy to clipboard operation
maybe copied to clipboard

Access Elixir maps and structs, protected from `nil`

Results 1 maybe issues
Sort by recently updated
recently updated
newest added

I ran into this issue recently on CC. Basically, we had a library that returns `:unknown` atom keys instead of `nil` when it can't find a value. For example: ```...