Fork me on GitHub
#specter
<
2016-05-25
>
wei16:05:55

is there an idiomatic way to handle group-by operations? e.g. group-by :x, [{:id 1 :x 1} {:id 2 :x 1} {:id 3 :x 2}] => [{:x 1 :ids [1 2]} {:x 2 :ids [3]}] wondering if the implementation is shorter in specter