Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BreakIntoGroups ¶
BreakIntoGroups breaks a slice into groups of a given size.
func IsInSlice ¶
func IsInSlice[T comparable](item T, slice []T) bool
IsInSlice checks if an item is in a slice. This function will work on anything that implements the comparable interface.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.