package
0.1.7
Repository: https://github.com/taubyte/utils.git
Documentation: pkg.go.dev

# Functions

Bool retrieves the interface{} value from the map and returns a boolean.
ByteArray retrieves the interface{} value from the map and returns a byte array.
Display displays a map[interface{}]interface{}, map[string]interface{}, []interface{} while also iterating those types within TODO use constraints */.
HexInt retrieves the interface{} value from the map and returns an int.
No description provided by the author
InterfaceToStringKeys converts an interface{} to a map[string]interface{}, returns an error if key is not a string.
IntKeys returns all int keys in the given map.
Keys returns all string keys in the given map.
Number retrieves the interface{} value from the map and returns a float32.
SafeInterfaceToStringKeys converts an interface to map[string]interface{}, if keys are not strings, then the key is converted into a string.
SafeStringKeys converts a map[interface{}]interface{} to a map[string]interface{}, if key is not a string value then key is converted to a string.
String retrieves interface{} value from map and returns a string value.
StringArray retrieves the interface{} value from the map and returns a string slice.
ToStringKeys converts a map[interface{}]interface{} to a map[string]interface{}, returns an error if key is not a string.
Vector retrieves a interface{} value from the map and returns a vector.