pub fn merge_presets(base: Vec<Value>, overlay: Vec<Value>) -> Vec<Value>Expand description
Merge two [[presets]] arrays by the id field: an overlay preset whose
id matches a base entry replaces it in place; a new id is appended.
Entries without a string id are appended verbatim.