Files
status/pkg/slice/chunk.go

6 lines
75 B
Go

package slice
func ChunkSlice[T any](slice []T, chunkSize int) [][]T {
}