reflect.MapIter.Next (method)
6 uses
reflect (current package)
deepequal.go#L146: for iter.Next() {
iter.go#L101: for i.Next() {
iter.go#L165: for i.Next() {
map.go#L335: func (iter *MapIter) Next() bool {
encoding/json
encode.go#L788: for i := 0; mi.Next(); i++ {
internal/fmtsort
sort.go#L59: for iter.Next() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |