strings.Builder.Cap (method)
3 uses
strings (current package)
builder.go#L57: func (b *Builder) Cap() int { return cap(b.buf) }
strings.go#L492: if b.Cap() == 0 { // didn't call b.Grow above
strings.go#L651: if b.Cap() == 0 { // didn't call b.Grow above
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)