src.elv.sh/pkg/eval/vals.PseudoStructMap.Fields (method)

5 uses

	src.elv.sh/pkg/eval/vals (current package)
		has_key.go#L30: 		return hasKeyStructMap(container.Fields(), key)
		index.go#L61: 		return indexStructMap(a.Fields(), k)
		iterate_keys.go#L39: 		iterateKeysStructMap(v.Fields(), f)
		repr.go#L75: 		return reprStructMap(v.Fields(), indent)
		struct_map.go#L38: type PseudoStructMap interface{ Fields() StructMap }