Documentation
¶
Overview ¶
Package slice implements helpers for slice operations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain[T any] struct { // contains filtered or unexported fields }
Chain is a series of slices of type T that have been "chained" together, i.e. they can be iterated on as one slice
Click to show internal directories.
Click to hide internal directories.