reflect.Value.Cap (method)
3 uses
reflect (current package)
value.go#L1150: func (v Value) Cap() int {
encoding/json
decode.go#L551: if i >= v.Cap() {
text/template
funcs.go#L271: cap = item.Cap()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)