package
Version:
v1.38.1
Opens a new window with list of versions in this module.
Published: Nov 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
func ForEachChunk[T any](data []T, chunkSize uint16, handler func(items []T))
ForEachChunk executes the given handler for each chunk of items in the slice.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.