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

6 uses

	src.elv.sh/pkg/eval/vals (current package)
		struct_map.go#L41: type structMapInfo struct {
		struct_map.go#L55: func getStructMapInfo(t reflect.Type) structMapInfo {
		struct_map.go#L57: 		return info.(structMapInfo)
		struct_map.go#L64: func makeStructMapInfo(t reflect.Type) structMapInfo {
		struct_map.go#L86: 	return structMapInfo{filledFields, n, fieldNames}
		struct_map.go#L90: 	info structMapInfo