package
Version:
v2.3.0
Opens a new window with list of versions in this module.
Published: Jan 16, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Chunk[T any](input []T, chunkSize int) [][]T
Chunk chunks a slice into batches of chunkSize.
example: {1,2,3,4,5}, chunkSize = 2 -> {1,2}, {3,4}, {5}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.