`list.zip(list.drop(1)) { x, y -> x to y }`
# announcements
p
list.zip(list.drop(1)) { x, y -> x to y }