package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Oct 20, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
func Chunks[T any](items []T, chunkSize int) [][]T
Chunks splits a slice into chunks of the given size.
func Concat[T any](slices ...[]T) []T
Concat concatenates multiple slices and returns the result.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.