go/src/strconv
apocelipes f83102cf71 strconv: use generics to reduce redundant helper functions
Benchstat shows there are no noticeable performance changes here.

Change-Id: If2250334fe6664986f044cbaabfa1bfc84f871f7
GitHub-Last-Rev: d41a498d54
GitHub-Pull-Request: golang/go#66266
Reviewed-on: https://go-review.googlesource.com/c/go/+/570935
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
2024-03-12 16:49:33 +00:00
..
testdata
atob.go
atob_test.go strconv: add missing function name, avoid unnecessary raw string 2023-08-24 18:08:43 +00:00
atoc.go
atoc_test.go
atof.go
atof_test.go
atoi.go
atoi_test.go strconv: add Atoi test cases with characters less than '0' 2023-02-21 05:09:21 +00:00
bytealg.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
bytealg_bootstrap.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
ctoa.go
ctoa_test.go
decimal.go
decimal_test.go
doc.go all: add a few links in package godocs 2023-03-25 10:16:23 +00:00
eisel_lemire.go
example_test.go strconv: add example for QuotedPrefix 2023-10-13 22:57:37 +00:00
export_test.go
fp_test.go
ftoa.go strconv: use the built-in min/max function 2023-08-11 03:21:10 +00:00
ftoa_test.go
ftoaryu.go
ftoaryu_test.go
internal_test.go
isprint.go all: upgrade Unicode from 13.0.0 to 15.0.0 2023-02-06 04:29:53 +00:00
itoa.go
itoa_test.go
makeisprint.go strconv: use slices.BinarySearch to simplify makeisprint.go 2024-03-11 18:56:17 +00:00
quote.go strconv: use generics to reduce redundant helper functions 2024-03-12 16:49:33 +00:00
quote_test.go
strconv_test.go