4 ms·
I originally did call it flip, but then I took that name for the current flip: (def flip (f) (fn args (apply f (rev args))))
by pg 7y ago
I originally did call it flip, but then I took that name for the current flip:
(def flip (f)
(fn args (apply f (rev args))))