Can't you just do `list.zip(list.drop(1))`? I beli...
# announcements
r
Can't you just do
list.zip(list.drop(1))
? I believe the
{ x, y -> x to y }
is the default behavior.