package
0.0.0-20240204171805-e61498d205e4
Repository: https://github.com/asphaltbuffet/advent-of-code.git
Documentation: pkg.go.dev

# Functions

AbsInt returns the absolute value of an integer.
ConvertStringSliceToIntSlice converts a slice of strings to a slice of ints.
Filter returns a slice with only elements that match the predicate.
greatest common divisor (GCD) via Euclidean algorithm.
least common multiple (LCM).
Map applies a function to each element of a slice.
MaxFloatSlice returns the maximum value of a slice of floats.
MeanFloatSlice returns the mean of a slice of floats.
MinFloatSlice returns the minimum value of a slice of floats.
Unique returns a slice with only unique elements.

# Structs

No description provided by the author
No description provided by the author