Versions in this module Expand all Collapse all v0 v0.7.0 Nov 6, 2022 Changes in this version + func In(ch <-chan T) itkit.Iterator[T] v0.6.0 Oct 30, 2022 Changes in this version + func Channel(ch <-chan T) itkit.Iterator[T] + type ChannelIterator struct + func (it *ChannelIterator[T]) Next() bool + func (it *ChannelIterator[T]) Value() T