Versions in this module Expand all Collapse all v0 v0.1.0 Apr 12, 2020 Changes in this version + type T0 string + type T0GeneratorFunc func(generator chan<- T0) error + func T0SliceGenerator(src []T0) T0GeneratorFunc + type T0Iter interface + Err func() error + Next func() <-chan T0 + func Generate(f T0GeneratorFunc) T0Iter