reflect.Type.Comparable (method)
5 uses
reflect (current package)
type.go#L121: Comparable() bool
type.go#L2305: return elem.Comparable() && t.Len() == 0
value.go#L3433: return v.Type().Comparable()
value.go#L3447: return v.Type().Comparable()
value.go#L3499: if !v.Type().Elem().Comparable() {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |