reflect.Type.Len (method)
8 uses
reflect (current package)
type.go#L209: Len() int
type.go#L2305: return elem.Comparable() && t.Len() == 0
value.go#L3401: if t.Len() > v.Len() {
value.go#L3405: n := t.Elem().Len()
value.go#L3426: for i := 0; i < v.Type().Len(); i++ {
value.go#L3789: n := t.Elem().Len()
value.go#L3799: n := t.Len()
encoding/binary
binary.go#L719: return s * t.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. |