reflect.Value.SetComplex (method)
5 uses
	reflect (current package)
		value.go#L2104: func (v Value) SetComplex(x complex128) {
	encoding/binary
		binary.go#L902: 		v.SetComplex(complex(
		binary.go#L907: 		v.SetComplex(complex(
	fmt
		scan.go#L1049: 			v.SetComplex(s.scanComplex(verb, v.Type().Bits()))
	text/template
		exec.go#L1039: 		value.SetComplex(n.Complex128)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)