Y
Hacker News
new
|
ask
|
show
|
jobs
by
sedatk
268 days ago
Thanks! I've had several iterations on the code samples while writing the article, swap() was just a remnant. You guessed it correct, it was supposed to be replaced with tuple swaps: "(a,b)=(b,a)". Now, done. :)