Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contain ¶
func Contain[T comparable](collection []T, element T) bool
func GroupBy ¶
func GroupBy[T any, U comparable](collection []T, iteratee func(item T) U) map[U][]T
func NotContain ¶
func NotContain[T comparable](collection []T, element T) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.