Documentation
¶
Index ¶
- func CsvPretty(header []string, rows [][]string, sortRows bool) string
- func CsvPrettyMap(keyName string, valueName string, m map[string]string) string
- func Filter[T any](slice []T, predicate func(x T) bool) []T
- func Map2Cmp[T any](m1, m2 map[string]map[string]T, cmp func(x1 T, x2 T) bool) bool
- func MapCmp[T any](m1, m2 map[string]T, cmp func(x1 T, x2 T) bool) bool
- func MapGetOrPutDefault[T any](m map[string]T, key string, getDefault func() T) T
- func MaxBigInt(a *big.Int, b *big.Int) *big.Int
- func MinBigInt(a *big.Int, b *big.Int) *big.Int
- func NestedMapGetOrPutDefault[T any](m map[string]map[string]T, key1 string, key2 string, getDefault func() T) T
- func NonExhaustiveMatchPanic[T any](value any) T
- func NonNeg(a *big.Int) *big.Int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CsvPrettyMap ¶ added in v0.0.19
func MapGetOrPutDefault ¶ added in v0.0.19
func NestedMapGetOrPutDefault ¶ added in v0.0.19
func NonExhaustiveMatchPanic ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.