Function toDiffDump
Print the difference between two array
string toDiffDump(T)
(
const void[] ra,
const void[] rb,
string adesc = "<:",
string bdesc = ">:"
);
Parameters
| Name | Description |
|---|---|
| ra | dynamic Array A |
| rb | dynamic Array B |
| adesc | a short text for array A, default is "<:" |
| bdesc | a short text for array B, default is ">:" |
Returns
a descriptive string with a diff.