Struct egg::DidMerge [−][src]
Expand description
Result of Analysis::merge
indicating which of the inputs
are different from the merged result.
The fields correspond to whether the a
and b
inputs to Analysis::merge
were changed in any way by the merge.
In both cases the result may be conservative – they may indicate true
even
when there is no difference between the input and the result.
Tuple Fields
0: bool
1: bool