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