A Go library providing generic functions for slices, maps, and other collections, inspired by functional programming.
go get github.com/thoas/go-funkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Filter a slice of integers to keep only even numbers.
Consider using Go 1.18+ generics or hand-written loops for performance-critical code.
No dependency data recorded yet.