Searched defs:intIter (Results 1 – 1 of 1) sorted by relevance
82 type intIter struct { struct83 next func() (int, bool)84 stop func()