Searched defs:stringCodepointsIterator (Results 1 – 1 of 1) sorted by relevance
630 type stringCodepointsIterator struct { struct631 si stringCodepoints632 i int635 func (it *stringCodepointsIterator) Next(p *Value) bool {654 func (*stringCodepointsIterator) Done() {}