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