In a codebase I was once working on I stumbled upon the following code, which inverts a map. user=> (reduce #(assoc %1 (val %2) (key %2)) ...
確定! 回上一頁