To define a record type, Clojure provides the defrecord function, which has the following form: DefRecFunction ::= (defrecord identifier [ IdList ]) IdList ...
確定! 回上一頁