ramda / ramda

:ram: Practical functional Javascript

Home Page:https://ramdajs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swap does not work as intended

xhangjun opened this issue · comments

What happens?

version: v0.29.0

When the last argument is an array of arrays, swap does not work as intended:

the error case

How To Reproduce

playground to reproduce