| protocol | since v1.9.518 | Edit |
BlackNode MapEntry ObjMap PersistentArrayMap PersistentHashMap PersistentTreeMap PersistentVector RedNode SubvecProtocol for implementing entry finding in collections.
(defprotocol IFind
(-find [coll k] "Returns the map entry for key, or nil if key not present."))