Let me say I wrote a function:
(defn foo [to x] (conj to x)) And hope to record it by declaring that certain protocols must be implemented (for example, the structure/type must support calli
Let me say I wrote a function:
(defn foo [to x] (conj to x)) And hope to record it by declaring that certain protocols must be implemented (for example, the structure/type must support calli