View Source Cldr.Enum (cldr_utils v2.25.0)

Summary

Functions

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

Functions

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.