Context. Consider the following piece of code (defprotocol ICat "Foo" (meow [cat])) (defrecord Cat [a b] "Cat" ICat (meow [cat] (some-expensive-operation ...
確定! 回上一頁