reflect.rtype.equal (field)
10 uses
reflect (current package)
type.go#L315: equal func(unsafe.Pointer, unsafe.Pointer) bool
type.go#L1460: return t.equal != nil
type.go#L1846: if ktyp.equal == nil {
type.go#L2567: comparable = comparable && (ft.equal != nil)
type.go#L2741: typ.equal = nil
type.go#L2743: typ.equal = func(p, q unsafe.Pointer) bool {
type.go#L2747: if !ft.typ.equal(pi, qi) {
type.go#L2933: array.equal = nil
type.go#L2934: if eequal := etyp.equal; eequal != nil {
type.go#L2935: array.equal = func(p, q unsafe.Pointer) bool {
![]() |
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. |