Documentation
¶
Index ¶
- func CutInBatches[T any](slice []T, batchSize int) [][]T
- func PAGet[T []E, E any](slice T, start int, end int) []E
- func PGet[T []E, E any](slice T, idx int) E
- func PIdx[T []E, E any](slice T, idx int) int
- func PSAGet(slice string, start int, end int) string
- func PSGet(slice string, idx int) byte
- func PSIdx(slice string, idx int) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CutInBatches ¶
CutInBatches Cuts slice in batches, remaining will be put in extra batch.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.