The http://clojuredocs.org/clojure_core/clojure.core/identity function is one such function: > (#(identity [1 2 %]) 6) [1 2 6].
確定! 回上一頁