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
L
i
s
t
L
a
z
y
L
i
s
t
[
f
i
r
s
t
,
r
e
s
t
]
X
X
X
X
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
L
a
z
y
L
i
s
t
a
,
L
a
z
y
L
i
s
t
b
,
L
a
z
y
L
i
s
t
[
]
O
u
t
[
1
]
=
L
a
z
y
L
i
s
t
{
a
,
b
,
…
}
I
n
[
2
]
:
=
L
a
z
y
L
i
s
t
a
,
L
a
z
y
L
i
s
t
b
,
L
a
z
y
L
i
s
t
[
]
/
/
I
n
p
u
t
F
o
r
m
O
u
t
[
2
]
/
/
I
n
p
u
t
F
o
r
m
=
LazyList[a, LazyList[b, LazyList[]]]
I
n
[
3
]
:
=
L
a
z
y
R
a
n
g
e
[
]
/
/
I
n
p
u
t
F
o
r
m
O
u
t
[
3
]
/
/
I
n
p
u
t
F
o
r
m
=
LazyList[1, LazyRange[1 + 1, Nat[Nat[Infinity], 1 - 1], 1, LazyList]]
I
n
[
4
]
:
=
L
a
z
y
R
a
n
g
e
[
]
/
/
L
a
z
y
L
i
s
t
E
v
a
l
[
1
0
]
O
u
t
[
4
]
=
L
a
z
y
L
i
s
t
{
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
1
0
,
1
1
,
…
}
I
n
[
5
]
:
=
L
a
z
y
R
a
n
g
e
[
]
/
/
L
a
z
y
L
i
s
t
E
v
a
l
[
1
0
]
/
/
L
a
z
y
L
i
s
t
S
u
b
l
i
s
t
O
u
t
[
5
]
=
{
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
1
0
,
1
1
}
I
n
[
6
]
:
=
L
a
z
y
T
r
a
v
e
r
s
e
[
L
a
z
y
R
a
n
g
e
[
]
^
2
,
1
0
0
]
O
u
t
[
6
]
=
L
a
z
y
L
i
s
t
{
1
,
4
,
9
,
1
6
,
2
5
,
3
6
,
4
9
,
6
4
,
8
1
,
1
0
0
,
…
}
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
M
a
i
n
G
u
i
d
e
"
"