In the following example, map applies inc to all elements of the collection: (map inc [1 2 3 4 5]) ;;=> (2 3 4 5 6) The map function takes an arbitrary ...
確定! 回上一頁