The util package provides a collection of utility functions for common operations in Go. It includes sub-packages for number manipulation,
slice operations, seq operations, and testing.
Installation
// Import in this format
import numbers_util "github.com/TheBitDrifter/util/numbers"
import slices_util "github.com/TheBitDrifter/slices"