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
Lazy
Guides
Guide
MainGuide
Symbols
LazyDirectoryTree
LazyExpression
LazyLength
LazyList
Lazy
LazySplits
LazyTraverse
LazyTreeEdges
LazyTree
LazyValueArray
LazyValue
MultiwayNest
Wolfram`Lazy`
M
u
l
t
i
w
a
y
N
e
s
t
M
u
l
t
i
w
a
y
N
e
s
t
[
f
,
x
]
X
X
X
X
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
G
r
a
p
h
N
o
r
m
a
l
@
L
a
z
y
T
a
k
e
[
2
0
]
@
M
u
l
t
i
w
a
y
N
e
s
t
[
{
#
+
1
,
2
#
}
&
,
1
,
"
B
r
e
a
d
t
h
F
i
r
s
t
"
]
,
V
e
r
t
e
x
L
a
b
e
l
s
A
u
t
o
m
a
t
i
c
O
u
t
[
1
]
=
I
n
[
2
]
:
=
G
r
a
p
h
N
o
r
m
a
l
@
L
a
z
y
T
a
k
e
[
2
0
]
@
M
u
l
t
i
w
a
y
N
e
s
t
[
{
#
+
1
,
2
#
}
&
,
1
,
"
D
e
p
t
h
F
i
r
s
t
"
]
,
V
e
r
t
e
x
L
a
b
e
l
s
A
u
t
o
m
a
t
i
c
O
u
t
[
2
]
=
I
n
[
3
]
:
=
M
u
l
t
i
w
a
y
N
e
s
t
[
{
2
#
,
3
#
}
&
,
1
,
"
N
e
s
t
e
d
L
i
s
t
"
]
O
u
t
[
3
]
=
L
a
z
y
L
i
s
t
{
L
a
z
y
L
i
s
t
{
1
2
}
}
I
n
[
4
]
:
=
B
l
o
c
k
{
$
R
e
c
u
r
s
i
o
n
L
i
m
i
t
=
5
0
}
,
M
u
l
t
i
w
a
y
N
e
s
t
[
{
2
#
,
3
#
}
&
,
1
,
"
N
e
s
t
e
d
L
i
s
t
"
]
/
/
N
o
r
m
a
l
/
/
F
l
a
t
t
e
n
/
/
G
r
a
p
h
O
u
t
[
4
]
=
Contents cannot be rendered at this time; please try again later
Breadth-first vs Depth-first:
I
n
[
5
]
:
=
R
o
w
@
L
i
s
t
A
n
i
m
a
t
e
G
r
a
p
h
[
#
,
V
e
r
t
e
x
L
a
b
e
l
s
A
u
t
o
m
a
t
i
c
,
G
r
a
p
h
L
a
y
o
u
t
"
L
a
y
e
r
e
d
D
i
g
r
a
p
h
E
m
b
e
d
d
i
n
g
"
]
&
/
@
R
e
v
e
r
s
e
@
N
e
s
t
W
h
i
l
e
L
i
s
t
R
e
s
t
,
R
e
v
e
r
s
e
@
N
o
r
m
a
l
@
M
u
l
t
i
w
a
y
N
e
s
t
[
I
f
[
#
<
4
0
,
{
2
#
,
3
#
}
,
{
}
]
&
,
2
,
"
B
r
e
a
d
t
h
F
i
r
s
t
"
]
,
L
e
n
g
t
h
[
#
]
>
0
&
,
1
,
L
i
s
t
A
n
i
m
a
t
e
G
r
a
p
h
[
#
,
V
e
r
t
e
x
L
a
b
e
l
s
A
u
t
o
m
a
t
i
c
,
G
r
a
p
h
L
a
y
o
u
t
"
L
a
y
e
r
e
d
D
i
g
r
a
p
h
E
m
b
e
d
d
i
n
g
"
]
&
/
@
R
e
v
e
r
s
e
@
N
e
s
t
W
h
i
l
e
L
i
s
t
R
e
s
t
,
R
e
v
e
r
s
e
@
N
o
r
m
a
l
@
M
u
l
t
i
w
a
y
N
e
s
t
[
I
f
[
#
<
4
0
,
{
2
#
,
3
#
}
,
{
}
]
&
,
2
,
"
D
e
p
t
h
F
i
r
s
t
"
]
,
L
e
n
g
t
h
[
#
]
>
0
&
,
1
O
u
t
[
5
]
=
Contents cannot be rendered at this time; please try again later
"
"