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
e
e
L
a
z
y
T
r
e
e
[
d
a
t
a
,
c
h
i
l
d
r
e
n
]
X
X
X
X
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
L
a
z
y
T
r
e
e
r
o
o
t
,
L
a
z
y
L
i
s
t
a
,
b
,
L
a
z
y
T
r
e
e
[
c
,
{
d
,
e
}
]
O
u
t
[
1
]
=
L
a
z
y
T
r
e
e
I
n
[
2
]
:
=
L
a
z
y
T
r
e
e
r
o
o
t
,
L
a
z
y
L
i
s
t
a
,
b
,
L
a
z
y
T
r
e
e
c
,
L
a
z
y
L
i
s
t
[
{
d
,
e
}
]
/
/
I
n
p
u
t
F
o
r
m
O
u
t
[
2
]
/
/
I
n
p
u
t
F
o
r
m
=
LazyTree[root, LazyList[{a, b, LazyTree[c, LazyList[{d, e}]]}]]
I
n
[
3
]
:
=
L
a
z
y
T
r
e
e
r
o
o
t
,
L
a
z
y
L
i
s
t
a
,
b
,
L
a
z
y
T
r
e
e
c
,
L
a
z
y
L
i
s
t
[
{
d
,
e
}
]
/
/
L
a
z
y
T
r
e
e
T
o
T
r
e
e
O
u
t
[
3
]
=
I
n
[
4
]
:
=
L
a
z
y
T
r
a
v
e
r
s
e
L
a
z
y
T
r
e
e
r
o
o
t
,
L
a
z
y
L
i
s
t
a
,
b
,
L
a
z
y
T
r
e
e
c
,
L
a
z
y
L
i
s
t
[
{
d
,
e
}
]
O
u
t
[
4
]
=
L
a
z
y
T
r
e
e
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
M
a
i
n
G
u
i
d
e
"
"