a map is a collection (coll? {}) ;;=> true ;; a set is a collection (coll? #{}) ;;=> true ;; a vector is a collection (coll? []) ;;=> true ;; a list is a ...
確定! 回上一頁