We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee131d7 commit b6178b7Copy full SHA for b6178b7
examples/basic/sliceop/slice_iter_chunk.go
@@ -7,6 +7,7 @@ import (
7
"slices"
8
)
9
10
+// Chunk は、slices.Chunk()のサンプルです。
11
func Chunk() error {
12
//
13
// Go1.23でサポートされたiterパッケージのサンプルとして
0 commit comments