An operation between two fields of a rectangle. Used in the context of applyMerge
// Multiply fieldsconst op = (a, b) => a*b; Copy
// Multiply fieldsconst op = (a, b) => a*b;
An operation between two fields of a rectangle. Used in the context of applyMerge