Join Slack
Powered by
Is anyone aware of an elegant way to iterate over ...
# announcements
m
michaelsims
04/26/2018, 3:09 PM
Is anyone aware of an elegant way to iterate over an iterable as pairs? What I mean is, given a list (0, 1, 2), it would iterate as Pair(0, 1), Pair(1, 2), Pair (2, null)
Open in Slack
Previous
Next