shorter_maps icon indicating copy to clipboard operation
shorter_maps copied to clipboard

Support ~K{} for keyword lists

Open sampscl opened this issue 4 years ago • 0 comments

iex(1)> foo="foo"
"foo"
iex(2)> bar="bar"
"bar"
iex(3)> ~K{foo, bar}
[foo: "foo", bar: "bar"]

sampscl avatar Aug 13 '21 15:08 sampscl