Goldziher / go-utils

Simple and performant utilies using Go generics inspired by JavaScript and Python
https://goldziher.github.io/go-utils/
MIT License
46 stars 13 forks source link

feat: add a FlatMap function to sliceutils #41

Closed deansg closed 6 months ago

deansg commented 6 months ago

This is an equivalent to Java streams' flatMap/C#'s SelectMany

Goldziher commented 6 months ago

@deansg thanks for contributing. Please update the documentation as well.