(defprotocol Proto1 (p11 [this]) (p12 [this foo bar])) (defprotocol Proto2 (p21 [this]) (p22 [this baz bin])) (deftype MyType [item1 item2 ...
確定! 回上一頁