mk-bound-fn

functionsince v0.0-1211Edit
(mk-bound-fn sc test key)

Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn mk-bound-fn
  [sc test key]
  (fn [e]
    (let [comp (-comparator sc)]
      (test (comp (-entry-key sc e) key) 0))))