The MultiFn fields default-dispatch-val and dispatch-fn are useful in some cases. It would be nice to have accessors for these fields instead of having to use property access directly.
MultiFn
default-dispatch-val
dispatch-fn
fixed https://github.com/clojure/clojurescript/commit/4eebd45bd82f40c8e656d97ee996ed91c48a3ec5
Added patch
The
MultiFn
fieldsdefault-dispatch-val
anddispatch-fn
are useful in some cases. It would be nice to have accessors for these fields instead of having to use property access directly.