type src.elv.sh/pkg/eval/vals.structMapIterator

5 uses

	src.elv.sh/pkg/eval/vals (current package)
		struct_map.go#L89: type structMapIterator struct {
		struct_map.go#L94: func iterateStructMap(t reflect.Type) *structMapIterator {
		struct_map.go#L95: 	return &structMapIterator{getStructMapInfo(t), -1}
		struct_map.go#L98: func (it *structMapIterator) Next() bool {
		struct_map.go#L111: func (it *structMapIterator) Get(v reflect.Value) (string, interface{}) {