(install-plugin! !db k plugin-fn & {:keys [ignore-if-already-installed?]})
(with-const-eq k x)
Returns a version of x
with IEquiv overridden to compare
against a given constant. Meant to help optimize prop
comparisons for large collections.
Returns a version of `x` with IEquiv overridden to compare against a given constant. Meant to help optimize prop comparisons for large collections.
(with-ident-eq x)
Returns a version of x
with IEquiv overridden with
an identity check. Useful to avoid comparison overhead
when passing large collections as web component props.
Returns a version of `x` with IEquiv overridden with an identity check. Useful to avoid comparison overhead when passing large collections as web component props.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close