reflect.StringHeader.Len (field)
6 uses
reflect (current package)
value.go#L1985: Len int
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1561: if n.Data >= c.Data && n.Data+uintptr(n.Len) < c.Data+uintptr(c.Len) {
js_parser.go#L1568: return js_ast.Ref{OuterIndex: -uint32(n.Len), InnerIndex: uint32(n.Data - c.Data)}
github.com/yuin/goldmark/util
util_unsafe.go#L20: bh.Cap = sh.Len
util_unsafe.go#L21: bh.Len = sh.Len
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |