Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
DiffTools
Guides
Diff Tools
Tech Notes
Comparing Notebooks
Introduction to DiffTools
Symbols
AlignCellLists
BaseDiffStyle
Diff3
DiffApply
DiffGranularity
DiffInputFunction
DiffInvert
Diff
DiffObject
DiffView
IgnoreElements
IncludeMatches
MoreMatches
[
EXPERIMENTAL
]
Wolfram`DiffTools`
D
i
f
f
I
n
v
e
r
t
D
i
f
f
I
n
v
e
r
t
[
o
b
j
]
r
e
v
e
r
s
e
s
t
h
e
c
h
a
n
g
e
s
e
n
c
o
d
e
d
i
n
g
i
v
e
n
D
i
f
f
O
b
j
e
c
t
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Construct and apply a
D
i
f
f
O
b
j
e
c
t
that can turn the original list into a new list:
I
n
[
1
]
:
=
D
i
f
f
A
p
p
l
y
D
i
f
f
[
{
1
,
2
,
3
}
,
{
1
,
2
,
3
,
4
,
5
}
]
,
{
1
,
2
,
3
}
O
u
t
[
1
]
=
{
1
,
2
,
3
,
4
,
5
}
Reverse the DiffObject to turn the new list into the original list:
I
n
[
2
]
:
=
D
i
f
f
A
p
p
l
y
D
i
f
f
I
n
v
e
r
t
@
D
i
f
f
[
{
1
,
2
,
3
}
,
{
1
,
2
,
3
,
4
,
5
}
]
,
{
1
,
2
,
3
,
4
,
5
}
O
u
t
[
2
]
=
{
1
,
2
,
3
}
S
e
e
A
l
s
o
D
i
f
f
A
p
p
l
y
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
D
i
f
f
T
o
o
l
s
"
"