Cldr.Enum.reduce_peeking

You're seeing just the function reduce_peeking, go back to Cldr.Enum module for more information.
Link to this function

reduce_peeking(list, acc, fun)

View Source

Very simple reduce that passes both the head and the tail to the reducing function so it has some lookahead.