Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Map ¶
Map applies a transformation function to each element of the input slice, returning a new slice containing the transformed elements for which the transformation function returns true. The transformation function should return a tuple of the transformed element and a boolean indicating whether the element should be included in the output slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.