# Functions
Alter a data structure.
Merge a data structure; like Alter but merges arrays and maps where possible.
SplitPath takes a string with a prefixed delimiter and separates it into a slice of path elements.
No description provided by the author
Sum a data structure; like Merge but sums values in arrays and maps where duplication exists.