Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CapitalizeString ¶
func CopyMap ¶ added in v0.11.0
func CopyMap[T comparable, U any](m map[T]U) map[T]U
func Map ¶ added in v0.15.0
func Map[T, U any](slice []T, f func(T) U) []U
Map applies the given mapper function to each element in the input slice and returns a new slice with the results.
func SliceContains ¶ added in v0.11.0
func SliceContains[T comparable](s []T, val T) bool
func SubtractSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.