clojure.core.protocols/Navigable

protocolsince v1.10.514Edit
Source code @ clojurescript:src/main/cljs/clojure/core/protocols.cljs
(defprotocol Navigable
  :extend-via-metadata true
  (nav [coll k v] "return (possibly transformed) v in the context of coll and k (a key/index or nil),
defaults to returning v."))