Diff

* A difference with a tag to specify what the difference is and the two * relevant subslices.

Members

Functions

toString
string toString()

* This method is primarily for testing. * Returns: a string indicating the difference.

Variables

a
E[] a;

The relevant subslice of the original a slice.

b
E[] b;

The relevant subslice of the original b slice.

tag
Tag tag;

What kind of difference this is.

Meta