Range.Iterator protocol

Introduction #

A protocol used for iterating range elements.

Source

Types #

t :: term

Functions #

count(first, range)

Count how many items are in the range.

next(first, range)

Returns the function that calculates the next item.