Functional programming library for Go
It is well tested with high coverage:
fmt.Println(strings.Repeat("*", 5))
// output: *****list := []int{1, 2, 3}
slices.ForEach(sample, func(s, i int) {
fmt.Println(s, i)
})
// output:
// 1 0
// 2 1
// 3 2| Name | Name | Last commit date | ||
|---|---|---|---|---|