Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Is there a way to simplify the `swap` function? E.g. in JavaScript it is just

    swap = (x,y,...rest) => [y,x,...rest]


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: