go/src/slices
nlwkobe30 7cd0a4be5c all: omit unnecessary 0 in slice expression
All changes are related to the code, except for the comments in src/regexp/syntax/parse.go and src/slices/slices.go.

Change-Id: I73c5d3c54099749b62210aa7f3182c5eb84bb6a6
GitHub-Last-Rev: 794aa9b053
GitHub-Pull-Request: golang/go#69170
Reviewed-on: https://go-review.googlesource.com/c/go/+/609678
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2024-09-03 20:55:15 +00:00
..
example_test.go maps, slices: fix variable name and comment in example 2024-08-14 18:28:34 +00:00
iter.go slices: update docs for All, Backward, Values 2024-06-27 17:17:57 +00:00
iter_test.go slices: add Chunk 2024-05-10 17:28:50 +00:00
slices.go all: omit unnecessary 0 in slice expression 2024-09-03 20:55:15 +00:00
slices_test.go slices: optimize Compact and CompactFunc 2024-04-26 13:32:06 +00:00
sort.go slices: add documentation on incomparable items in SortFunc 2024-06-13 23:38:42 +00:00
sort_benchmark_test.go strings: intrinsify and optimize Compare 2024-04-04 23:39:07 +00:00
sort_test.go slices: add iterator-related functions 2024-05-09 19:20:55 +00:00
zsortanyfunc.go
zsortordered.go