Documentation ¶
Overview ¶
Package walk provides utilily functions for the interface Walker
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Group ¶
func Group[T any, K comparable, W c.ForEachLoop[T]](elements W, by func(T) K) map[K][]T
Group groups elements by keys into a map
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.