IFind

protocolsince v1.9.518Edit
implemented for BlackNode MapEntry ObjMap PersistentArrayMap PersistentHashMap PersistentTreeMap PersistentVector RedNode Subvec

Source docstring:
Protocol for implementing entry finding in collections.
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defprotocol IFind
  (-find [coll k] "Returns the map entry for key, or nil if key not present."))