Diff

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

struct Diff (
E
) {
Tag tag;
E[] a;
E[] b;
}

Members

Functions

toString
string toString()

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

Meta