reflect.Type.Comparable (method)
5 uses
reflect (current package)
type.go#L134: Comparable() bool
type.go#L2231: return elem.Comparable() && t.Len() == 0
value.go#L3275: return v.Type().Comparable()
value.go#L3289: return v.Type().Comparable()
value.go#L3341: if !v.Type().Elem().Comparable() {
![]() |
The pages are generated with Golds v0.8.4. (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. |