1
0
mirror of https://github.com/golang/go synced 2024-11-15 10:30:54 -07:00
go/doc/next/6-stdlib/99-minor
Matt Layher f6c3a3e3c8 slices: add Chunk
Chunk returns an iterator over consecutive sub-slices of up to n elements of s.

Fixes #53987.

Change-Id: I508274eca388db39550eb9e4d8abd5ce68d29d8d
Reviewed-on: https://go-review.googlesource.com/c/go/+/562935
Reviewed-by: Cherry Mui <cherryyz@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-05-10 17:28:50 +00:00
..
archive/tar doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
database/sql doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
debug/elf debug/elf: define non-standard but well-known symbol types 2024-04-16 00:01:16 +00:00
go/types go/types: add Alias.Rhs 2024-04-24 21:50:16 +00:00
iter iter: expose fundamental types to Go 1.23 2024-05-06 20:33:25 +00:00
math/rand/v2 math/rand/v2: add Uint 2024-05-07 18:03:11 +00:00
net doc: fix typos in docs 2024-04-24 13:37:36 +00:00
os doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
path/filepath doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
reflect reflect: add iterative related methods 2024-05-09 11:54:18 +00:00
runtime/debug doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
slices slices: add Chunk 2024-05-10 17:28:50 +00:00
sync doc: update relnote for sync.Map.Clear 2024-04-10 17:07:25 +00:00
syscall doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
testing/fstest doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
unicode/utf16 doc: make use of simpler symbol links for relnotes 2024-04-12 20:57:18 +00:00
unique unique: add unique package and implement Make/Handle 2024-04-22 18:14:07 +00:00
0-heading.md
README

API changes and other small changes to the standard library go here.