/ Published in: Clojure
Expand |
Embed | Plain Text
a > [[1 4 7] > [2 5 8] > [3 6 9]] user=> (vec (apply map vector a)) [[1 4 7] [2 5 8] [3 6 9]]
You need to login to post a comment.
a > [[1 4 7] > [2 5 8] > [3 6 9]] user=> (vec (apply map vector a)) [[1 4 7] [2 5 8] [3 6 9]]
You need to login to post a comment.