clojure .core/->. 関数呼出の入れ子 を平坦化するマクロです。 ( conj ( conj ( conj ( conj () ' a) ' b) ' c) ' d) ;; = (d c b a).
確定! 回上一頁