Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator[T any] chan T
Generator is the type that generates the elements of T.
func FilterMap ¶
FilterMap returns a generator that generates the results of applying the function to each element in the collection.
Click to show internal directories.
Click to hide internal directories.