Versions in this module Expand all Collapse all v0 v0.0.3 Jul 10, 2024 v0.0.2 Jul 7, 2024 Changes in this version + func IterFolder[A, B, C comparable](abc iter.Seq[ABC[A, B, C]]) iter.Seq[Obj[A, Obj[B, C]]] + type ABC struct + A A + B B + C C + type Obj struct + This T + func (o *Obj[T, U]) Iter() iter.Seq[U]