Finally, Clojure only considers contents, not sort order, during equality checks: (sorted-set-by > 1 2 3 4) => #{4 3 2 1} (sorted-set-by < 1 ...
確定! 回上一頁