package
0.0.0-20240521035631-865ee2879fa3
Repository: https://github.com/capcom6/go-helpers.git
Documentation: pkg.go.dev
# Functions
Associate generates a map by associating keys and values from the given slice using the provided key and value functions.
KeyBy generates a map by associating keys from the given slice using the provided function.
Map applies the given function to each element of the input slice and returns a new slice with the results.