IG
Size: a a a
IG
DB
MK
AG
-
.
(defprotocol Column
(-sort [_] ))
MK
AG
ST
ST
ST
(ns clojure.core.protocols)
, то там такое(defprotocol CollReduce
(coll-reduce [coll f] [coll f val]))
(defprotocol InternalReduce
(internal-reduce [seq f start]))
(defprotocol IKVReduce
(kv-reduce [amap f init]))
(defprotocol Datafiable
(datafy [o]))
(defprotocol Navigable
(nav [coll k v]))
IG
IG
IG
IG
AG
IG
IG
IG
AG
PM
MB