Output is sorted copy of input based on supplied comparator. The simplest application of the sort ... clojure… (reverse(sort [3 1 4 2])) ;; => (4 3 2 1).
確定! 回上一頁