map. Applies given function to each element of input and puts result in output. A simple example: ruby… [1,2,3].map {|i| i * i} # => [1, 4, 9]. clojure…
確定! 回上一頁