# Functions
Copy deeply copies a src structure to dst.
CopyOf returns a copy of src while also allocating the memory for dst.
SetValueAtAnyPath sets an object at the case insensitive lexical path inside of a structure.
SetValueAtPath sets an object at the lexical path inside of a structure.
StringValue returns the string representation of a value.
ValuesAtAnyPath returns a list of objects at the case-insensitive lexical path inside of a structure.
ValuesAtPath returns a list of objects at the lexical path inside of a structure.