package
0.0.0-20170314014342-7929e3102f57
Repository: https://github.com/sbwhitecap/tqdm.git
Documentation: pkg.go.dev

# Functions

Float64s wraps []float64 in Iterator.
Interval represents an interval [first, last).
Ints wraps []int in Iterator.
Strings wraps []string in Iterator.

# Variables

ErrStopIteration represents iterator no longer produce items.

# Interfaces

Iterator is an iterator-like interface.