fmt.State.Precision (method)
4 uses
fmt (current package)
print.go#L44: Precision() (prec int, ok bool)
math/big
ftoa.go#L466: prec, hasPrec := s.Precision()
intconv.go#L135: precision, precisionSet := s.Precision()
src.elv.sh/pkg/eval
builtin_fn_io.go#L339: if p, ok := state.Precision(); ok {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)