R.multiNth([0, 2])([1, 2, 3, 4, 5]) => [1, 3]
@see
from R.nth
to R.props
would help?
@see
would be cool
converge
and range
map
needs a unary function.
compose
in v16 or v17. I'm planning on writing up a proposal to reverse that. I was planning on doing it days ago, but life got in the way.
compose
/pipe
, and we need to figure out how to deal with this.