Versions in this module Expand all Collapse all v0 v0.1.2 May 6, 2025 v0.1.1 May 6, 2025 Changes in this version + func AnyMap[K cmp.Ordered, V any](m map[K]V) (o map[K]any) + func As[T error](err error) (T, bool) + func FieldMap(s any) map[string]any + func If[T1 comparable, T any](cond T1, i1 T, i2 T) T + func IsFloat(val interface{}) bool + func IsInteger(val interface{}) bool + func IsNil(i any) bool + func IsSlice(value any) bool + func Join[K any](values []K, sep string) (out string) + func MapSliceFunc[K, T any](i []K, f func(j K) T) (o []T) + func MapSlice[T, K any](i []K) (o []T) + func Or[T comparable](vals ...T) T + func SetFields(s any, values map[string]any) error + func SortedKeys[K cmp.Ordered, V any](m map[K]V) []K + func StringMap[K cmp.Ordered](m map[K]any) (o map[K]string) + func Zero[T any]() T