btakes the result of functionbso(-> a b).
Assuming you meant a in the second position there.
Also assuming coll is the sequence of inputs, how about:
(pmap (comp b a) coll)
btakes the result of functionbso(-> a b).
Assuming you meant a in the second position there.
Also assuming coll is the sequence of inputs, how about:
(pmap (comp b a) coll)