reflect.MapIter.it (field)
12 uses
reflect (current package)
value.go#L1236: it unsafe.Pointer
value.go#L1241: if it.it == nil {
value.go#L1244: if mapiterkey(it.it) == nil {
value.go#L1250: return copyVal(ktype, it.m.flag.ro()|flag(ktype.Kind()), mapiterkey(it.it))
value.go#L1255: if it.it == nil {
value.go#L1258: if mapiterkey(it.it) == nil {
value.go#L1264: return copyVal(vtype, it.m.flag.ro()|flag(vtype.Kind()), mapiterelem(it.it))
value.go#L1271: if it.it == nil {
value.go#L1272: it.it = mapiterinit(it.m.typ, it.m.pointer())
value.go#L1274: if mapiterkey(it.it) == nil {
value.go#L1277: mapiternext(it.it)
value.go#L1279: return mapiterkey(it.it) != nil
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |