Documentation ¶
Index ¶
- Variables
- func CopyMap[K comparable, V any](m map[K]V) (res map[K]V)
- func GetCodableMap(m map[any]any) map[string]any
- func GetMapKeys[K comparable, V any](m map[K]V) (res []K)
- func GetMapValues[K comparable, V any](m map[K]V) (res []V)
- func Marshal(v any) string
- func Max[T definitions.Number](a, b T) T
- func Min[T definitions.Number](a, b T) T
Constants ¶
This section is empty.
Variables ¶
View Source
var File = &fileUtils{}
View Source
var Go *goUtils = &goUtils{}
View Source
var Gzip = &gzipUtils{}
View Source
var OS = &osUtils{}
View Source
var Shell *shellUtils = &shellUtils{}
View Source
var String = &stringUtils{}
Functions ¶
func CopyMap ¶
func CopyMap[K comparable, V any](m map[K]V) (res map[K]V)
func GetMapKeys ¶
func GetMapKeys[K comparable, V any](m map[K]V) (res []K)
func GetMapValues ¶
func GetMapValues[K comparable, V any](m map[K]V) (res []V)
func Max ¶
func Max[T definitions.Number](a, b T) T
func Min ¶
func Min[T definitions.Number](a, b T) T
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.