DL
(defn func1 [handler context args value]
(let [{skip :skip
first :first
order-by :orderby} args]
(handler skip first order-by)))
вот так подойдёт?
Size: a a a
DL
(defn func1 [handler context args value]
(let [{skip :skip
first :first
order-by :orderby} args]
(handler skip first order-by)))
AC
(defn func1 [handler context args value]
(let [{skip :skip
first :first
order-by :orderby} args]
(handler skip first order-by)))
DL
(partial func1 handler1)
итпAC
(partial func1 handler1)
итпDL
{:keys [skip first order-by]}
?DL
(defn func1 [handler context {:keys [skip first order-by]} value]
AC
{:keys [skip first order-by]}
?AC
AC
AC
KC
IL
DL
АА
АА
a
АА
KR
KR