type reflect.MapIter
9 uses
reflect (current package)
value.go#L1836: type MapIter struct {
value.go#L1842: func (iter *MapIter) Key() Value {
value.go#L1860: func (v Value) SetIterKey(iter *MapIter) {
value.go#L1885: func (iter *MapIter) Value() Value {
value.go#L1903: func (v Value) SetIterValue(iter *MapIter) {
value.go#L1930: func (iter *MapIter) Next() bool {
value.go#L1949: func (iter *MapIter) Reset(v Value) {
value.go#L1972: func (v Value) MapRange() *MapIter {
value.go#L1980: return &MapIter{m: v}
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |