I’d like to process a list of elements as pairs - ...
# announcements
c
I’d like to process a list of elements as pairs - first element 0 and 1, then element 1 and 2, and so on. Is there a sequence function I can use to do this?