We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7b31a commit 525154fCopy full SHA for 525154f
src/cljs/cljs/core.cljs
@@ -7620,6 +7620,8 @@ Maps become Objects. Arbitrary keys are encoded to by key->js."
7620
7621
(deftype MultiFn [name dispatch-fn default-dispatch-val hierarchy
7622
method-table prefer-table method-cache cached-hierarchy]
7623
+ IFn
7624
+
7625
IMultiFn
7626
(-reset [mf]
7627
(swap! method-table (fn [mf] {}))
0 commit comments