reflect.Type.Len (method)
7 uses
reflect (current package)
type.go#L202: Len() int
value.go#L3335: if t.Len() > v.Len() {
value.go#L3339: n := t.Elem().Len()
value.go#L3360: for i := 0; i < v.Type().Len(); i++ {
value.go#L3723: n := t.Elem().Len()
value.go#L3733: n := t.Len()
encoding/binary
binary.go#L506: return s * t.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. |