Is there a way to easily find the differences between to struct instances? I would like to report only the differences

e.g.,

writeln(s1 - s2);

prints only what is different between s1 and s2.

Reply via email to