Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FlatMap ¶ added in v0.13.0
FlatMap Use for transformations that take an input array and return an output array by performing the same action on every input element. This action can be simple filtering or complete transformation into another type. Every input element can produce any number of output elements (including 0) and ordering is not kept.
func FlatMapChan ¶ added in v0.13.0
FlatMapChan See FlatMap, but the action performed on each element sends its output onto an open channel. Prefer this variant if said channel is being written to by other goroutines.
func SortAndDeduplicate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.