Permalink to Table of ContentsTable of Contents
- Quick Take
- Override a merge result in the callback
- Deduplicate and sort merged string arrays
- Clear an array merge when either array contains strings
- Concatenate every clashing pair of arrays
- Concatenate arrays on a selected key
- Prefer incoming values for every clash
- Take the incoming value for a selected clashing key
- Keep existing values for every clash
- Merge array values and omit duplicates instead of concatenating positions
- Merge Boolean clashes with AND instead of the default OR
- Merge positioned array objects even when their key sets differ
- Let null explicitly override another value
- Apply one array object to every object in the other array
- Reuse caller-owned inputs instead of defensively cloning them