Home
last modified time | relevance | path

Searched defs:stringCodepointsIterator (Results 1 – 1 of 1) sorted by relevance

/external/starlark-go/starlark/
Dvalue.go630 type stringCodepointsIterator struct { struct
631 si stringCodepoints
632 i int
635 func (it *stringCodepointsIterator) Next(p *Value) bool {
654 func (*stringCodepointsIterator) Done() {}