# Functions
Concat recursively flattens, stringifies, and concats an array or array of arrays.
InterfaceSliceToStringSlice converts a slice of interface{} to a slice of strings using fmt.Sprint.
NewDecimalStringer returns a new stringer that uses decimal notation.
NewDefaultStringer returns a new default stringer.
NewStringer creates a new Stringer.
StringifyMapKeys recursively stringifying map keys from interface{} to string.
StringifySlice converts all the objects in a slice or array to strings using the given stringer.
StringSliceToInterfaceSlice converts a slice of strings to a slice of interface{}.
# Type aliases
Stringer is a type alias for a function that converts an object into a string and returns an error if any.