# Functions
Copy deeply copies a src structure to dst.
CopyOf returns a copy of src while also allocating the memory for dst.
DeepEqual returns if the two values are deeply equal like reflect.DeepEqual.
Prettify returns the string representation of a value.
SetValueAtPath sets a value at the case insensitive lexical path inside of a structure.
StringValue returns the string representation of a value.
ValuesAtPath returns a list of values at the case insensitive lexical path inside of a structure.