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`
L
a
z
y
T
r
a
v
e
r
s
e
L
a
z
y
T
r
a
v
e
r
s
e
[
l
a
z
y
]
t
r
a
v
e
r
s
e
a
l
a
z
y
o
b
j
e
c
t
u
n
t
i
l
t
h
e
r
e
i
s
n
o
l
o
n
g
e
r
n
e
w
n
o
d
e
s
d
i
c
o
v
e
r
e
d
.
L
a
z
y
T
r
a
v
e
r
s
e
[
l
a
z
y
,
p
a
t
t
]
t
r
a
v
e
r
s
e
a
l
a
z
y
o
b
j
e
c
t
a
n
d
s
t
o
p
w
h
e
n
a
n
o
d
e
i
s
f
o
u
n
d
t
h
a
t
m
a
t
c
h
e
s
a
p
a
t
t
e
r
n
.
L
a
z
y
T
r
a
v
e
r
s
e
[
…
,
p
r
o
p
]
r
e
t
u
r
n
a
p
r
o
p
e
r
t
y
o
f
a
t
r
a
v
e
r
s
a
l
c
o
m
p
u
t
a
t
i
o
n
o
b
j
e
c
t
i
n
s
t
e
a
d
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
c
o
m
p
u
t
e
=
L
a
z
y
T
r
a
v
e
r
s
e
[
L
a
z
y
N
e
s
t
T
r
e
e
[
{
2
#
,
3
#
,
5
#
}
&
,
1
]
,
1
0
,
"
C
o
m
p
u
t
a
t
i
o
n
"
,
"
T
r
a
v
e
r
s
a
l
O
r
d
e
r
"
"
B
r
e
a
d
t
h
F
i
r
s
t
"
]
O
u
t
[
1
]
=
L
a
z
y
C
o
m
p
u
t
a
t
i
o
n
…
M
e
t
h
o
d
:
L
a
z
y
T
r
a
v
e
r
s
e
I
n
[
2
]
:
=
c
o
m
p
u
t
e
[
"
L
a
z
y
"
]
O
u
t
[
2
]
=
L
a
z
y
T
r
e
e
I
n
[
3
]
:
=
c
o
m
p
u
t
e
[
"
V
i
s
i
t
e
d
"
]
O
u
t
[
3
]
=
{
1
,
2
,
3
,
5
,
4
,
6
,
1
0
}
I
n
[
4
]
:
=
c
o
m
p
u
t
e
[
"
L
a
z
y
"
]
/
/
L
a
z
y
T
r
e
e
S
u
b
t
r
e
e
O
u
t
[
4
]
=
I
n
[
5
]
:
=
c
o
m
p
u
t
e
=
c
o
m
p
u
t
e
[
"
C
o
n
t
i
n
u
e
"
]
O
u
t
[
5
]
=
L
a
z
y
C
o
m
p
u
t
a
t
i
o
n
…
M
e
t
h
o
d
:
L
a
z
y
T
r
a
v
e
r
s
e
I
n
[
6
]
:
=
c
o
m
p
u
t
e
[
"
V
i
s
i
t
e
d
"
]
O
u
t
[
6
]
=
{
1
,
2
,
3
,
5
,
4
,
6
,
1
0
,
9
,
1
5
}
I
n
[
7
]
:
=
c
o
m
p
u
t
e
[
"
L
a
z
y
"
]
/
/
L
a
z
y
T
r
e
e
S
u
b
t
r
e
e
O
u
t
[
7
]
=
I
n
[
8
]
:
=
c
o
m
p
u
t
e
[
"
P
a
t
h
s
"
]
O
u
t
[
8
]
=
{
{
1
,
3
}
,
{
3
,
1
}
}
I
n
[
9
]
:
=
L
a
z
y
T
r
e
e
P
a
t
h
[
c
o
m
p
u
t
e
[
"
L
a
z
y
"
]
,
c
o
m
p
u
t
e
[
"
P
a
t
h
s
"
]
]
O
u
t
[
9
]
=
{
{
1
,
2
,
1
0
}
,
{
1
,
5
,
1
0
}
}
"
"