$darkmode
the Diff namespace contains all the objects in the Diff module More...
Functions | |
| list< auto > | diff (softlist< auto > old, softlist< auto > neww) |
| returns differences in two lists More... | |
| string | diff_text (string s1, string s2) |
| shows differences between two strings considering lines as elementary unit. This function clones standard unix diff More... | |
| list<auto> Diff::diff | ( | softlist< auto > | old, |
| softlist< auto > | neww | ||
| ) |
returns differences in two lists
| old | some list |
| neww | another list |