func reflect.Copy
6 uses
reflect (current package)
value.go#L2041: Copy(t, s)
value.go#L2063: Copy(s.Slice(i0, i1), t)
value.go#L2074: func Copy(dst, src Value) int {
encoding/asn1
asn1.go#L948: reflect.Copy(val, reflect.ValueOf(innerBytes))
encoding/json
decode.go#L548: reflect.Copy(newv, v)
encoding/xml
marshal.go#L776: reflect.Copy(reflect.ValueOf(bytes), val)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |