W3Cschool
恭喜您成為首批注冊(cè)用戶(hù)
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
返回一組有序的元素。
以下是sorted-set的基本使用語(yǔ)法:
(sorted-set setofelements)
參數(shù)? 'setofelements'是需要排序的元素的集合。
返回值 ? 排序的元素集。
下面是sorted-set函數(shù)的示例:
(ns clojure.examples.example (:gen-class)) (defn example [] (println (sorted-set 3 2 1))) (example)
以上示例將輸出以下結(jié)果:
#{1,2,3}
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話(huà):173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: