Versions in this module Expand all Collapse all v0 v0.0.1 Sep 2, 2024 Changes in this version + type Chan <-chan V + func (c Chan[V]) IntoIter() iter.Seq[V] + type Heap struct + func (h Heap[T]) IntoIter() iter.Seq[T] + type List struct + func (l List[T]) Iter() iter.Seq[T] + type ListBackward struct + func (l ListBackward[T]) Iter() iter.Seq[T] + type MapAll map[K]V + func (m MapAll[K, V]) Iter2() iter.Seq2[K, V] + type MapSorted map[K]V + func (m MapSorted[K, V]) Iter2() iter.Seq2[K, V] + type MapSortedFunc struct + Cmp func(K, K) int + M M + func (m MapSortedFunc[M, K, V]) Iter2() iter.Seq2[K, V] + type Range struct + End T + Start T + func (r Range[T]) Iter() iter.Seq[T] + type Ring struct + func (r Ring[T]) Iter() iter.Seq[T] + type RingBackward struct + func (r RingBackward[T]) Iter() iter.Seq[T] + type Scanner struct + func (s *Scanner) IntoIter2() iter.Seq2[string, error] + type SliceAll []E + func (s SliceAll[E]) Iter() iter.Seq[E] + func (s SliceAll[E]) Iter2() iter.Seq2[int, E] + type SliceBackward []E + func (s SliceBackward[E]) Iter() iter.Seq[E] + func (s SliceBackward[E]) Iter2() iter.Seq2[int, E] + type SyncMap struct + func (s SyncMap[K, V]) Iter2() iter.Seq2[K, V]