So a while back I wrote about using some functional programming techniques in Swift to solve the Luhn credit card checksum problem. One of the suggestions in the article was defining and using |> to avoid the annoying tennis-match bouncing left and right between free functions and methods. Since 2.0 came out, I’ve been thinking I really needed to update some of my articles to the new syntax, and s