internal/abi.Type.Len (method)
8 uses
internal/abi (current package)
type.go#L245: func (t *Type) Len() int {
internal/reflectlite
type.go#L563: return T.Len() == V.Len() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
reflect
type.go#L1420: return T.Len() == V.Len() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
value.go#L1177: return v.typ().Len()
value.go#L1182: return v.typ().Elem().Len()
value.go#L1726: return v.typ().Elem().Len()
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |