:inline (nary-inline 'max)} ([x] x) ([x y] (. clojure.lang.Numbers (max x y))) ([x y & more] (reduce1 max (max x y) more))) nil. 但這隻是答案的一部分。
確定! 回上一頁