Documentation ¶
Overview ¶
Package group provides short aliases for functions thath are used to group key/value pairs retrieved by a loop
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Of ¶
func Of[K comparable, V any](next func() (K, V, bool)) map[K][]V
Of is a short alias for loop.Group
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.