reflect.Type.Len (method)
8 uses
reflect (current package)
type.go#L232: Len() int
type.go#L2231: return elem.Comparable() && t.Len() == 0
value.go#L3243: if t.Len() > v.Len() {
value.go#L3247: n := t.Elem().Len()
value.go#L3268: for i := 0; i < v.Type().Len(); i++ {
value.go#L3631: n := t.Elem().Len()
value.go#L3641: n := t.Len()
encoding/binary
binary.go#L737: return s * t.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. |