internal/abi.Type.Len (method)
8 uses
internal/abi (current package)
type.go#L272: func (t *Type) Len() int {
internal/reflectlite
type.go#L552: return T.Len() == V.Len() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
reflect
type.go#L1561: return T.Len() == V.Len() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
value.go#L1165: return v.typ().Len()
value.go#L1170: return v.typ().Elem().Len()
value.go#L1778: return v.typ().Elem().Len()
![]() |
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. |