type reflect.MapIter

9 uses

	reflect (current package)
		map_swiss.go#L246: type MapIter struct {
		map_swiss.go#L256: func (iter *MapIter) Key() Value {
		map_swiss.go#L275: func (v Value) SetIterKey(iter *MapIter) {
		map_swiss.go#L300: func (iter *MapIter) Value() Value {
		map_swiss.go#L319: func (v Value) SetIterValue(iter *MapIter) {
		map_swiss.go#L346: func (iter *MapIter) Next() bool {
		map_swiss.go#L367: func (iter *MapIter) Reset(v Value) {
		map_swiss.go#L390: func (v Value) MapRange() *MapIter {
		map_swiss.go#L398: 	return &MapIter{m: v}