(defrecord MyType [a b] (constructor [N] ; I'd like to build an initial instance, creating a and b as vectors of length N ) (mutate-and-return [] ; I'd like ...
確定! 回上一頁