ExtraMissingResult

A result that displays differences between ranges

Constructors

this
this(string extra, string missing)
Undocumented in source.

Members

Functions

print
void print(ResultPrinter printer)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

extra
KeyResult!"Extra" extra;
Undocumented in source.
missing
KeyResult!"Missing" missing;
Undocumented in source.

Inherited Members

From IResult

toString
string toString()
Undocumented in source.
print
void print(ResultPrinter )
Undocumented in source.

Meta