shorter_maps
shorter_maps copied to clipboard
Support ~K{} for keyword lists
iex(1)> foo="foo"
"foo"
iex(2)> bar="bar"
"bar"
iex(3)> ~K{foo, bar}
[foo: "foo", bar: "bar"]