Immutably sets a value in an object or array at a given path, denoted by dot notation or an array.
If the value is already identical nothing is changed. i.e. values is returned. This function is similar to Lodash 'set', however it also;
Generated using TypeDoc
Immutably sets a value in an object or array at a given path, denoted by dot notation or an array.
If the value is already identical nothing is changed. i.e. values is returned. This function is similar to Lodash 'set', however it also;