# Functions
No description provided by the author
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.
No description provided by the author
No description provided by the author
No description provided by the author
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.