type reflect.MapIter
9 uses
reflect (current package)
map.go#L239: type MapIter struct {
map.go#L245: func (iter *MapIter) Key() Value {
map.go#L264: func (v Value) SetIterKey(iter *MapIter) {
map.go#L289: func (iter *MapIter) Value() Value {
map.go#L308: func (v Value) SetIterValue(iter *MapIter) {
map.go#L335: func (iter *MapIter) Next() bool {
map.go#L356: func (iter *MapIter) Reset(v Value) {
map.go#L379: func (v Value) MapRange() *MapIter {
map.go#L387: return &MapIter{m: v}
![]() |
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. |