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
S
p
l
i
t
s
L
a
z
y
S
p
l
i
t
s
[
l
i
s
t
,
n
]
r
e
t
u
r
n
a
l
a
z
y
l
i
s
t
o
f
a
l
l
p
o
s
s
i
b
l
e
s
p
l
i
t
s
o
f
a
l
i
s
t
i
n
t
o
n
p
a
r
t
s
.
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
L
a
z
y
S
p
l
i
t
s
[
L
a
z
y
R
a
n
g
e
[
5
]
]
/
/
N
o
r
m
a
l
O
u
t
[
1
]
=
{
{
{
}
,
{
1
,
2
,
3
,
4
,
5
}
}
,
{
{
1
}
,
{
2
,
3
,
4
,
5
}
}
,
{
{
1
,
2
}
,
{
3
,
4
,
5
}
}
,
{
{
1
,
2
,
3
}
,
{
4
,
5
}
}
,
{
{
1
,
2
,
3
,
4
}
,
{
5
}
}
,
{
{
1
,
2
,
3
,
4
,
5
}
,
{
}
}
}
I
n
[
2
]
:
=
L
a
z
y
S
p
l
i
t
s
[
L
a
z
y
R
a
n
g
e
[
5
]
,
3
]
/
/
N
o
r
m
a
l
O
u
t
[
2
]
=
{
{
{
}
,
{
}
,
{
1
,
2
,
3
,
4
,
5
}
}
,
{
{
}
,
{
1
}
,
{
2
,
3
,
4
,
5
}
}
,
{
{
1
}
,
{
}
,
{
2
,
3
,
4
,
5
}
}
,
{
{
}
,
{
1
,
2
}
,
{
3
,
4
,
5
}
}
,
{
{
1
}
,
{
2
}
,
{
3
,
4
,
5
}
}
,
{
{
1
,
2
}
,
{
}
,
{
3
,
4
,
5
}
}
,
{
{
}
,
{
1
,
2
,
3
}
,
{
4
,
5
}
}
,
{
{
1
}
,
{
2
,
3
}
,
{
4
,
5
}
}
,
{
{
1
,
2
}
,
{
3
}
,
{
4
,
5
}
}
,
{
{
1
,
2
,
3
}
,
{
}
,
{
4
,
5
}
}
,
{
{
}
,
{
1
,
2
,
3
,
4
}
,
{
5
}
}
,
{
{
1
}
,
{
2
,
3
,
4
}
,
{
5
}
}
,
{
{
1
,
2
}
,
{
3
,
4
}
,
{
5
}
}
,
{
{
1
,
2
,
3
}
,
{
4
}
,
{
5
}
}
,
{
{
1
,
2
,
3
,
4
}
,
{
}
,
{
5
}
}
,
{
{
}
,
{
1
,
2
,
3
,
4
,
5
}
,
{
}
}
,
{
{
1
}
,
{
2
,
3
,
4
,
5
}
,
{
}
}
,
{
{
1
,
2
}
,
{
3
,
4
,
5
}
,
{
}
}
,
{
{
1
,
2
,
3
}
,
{
4
,
5
}
,
{
}
}
,
{
{
1
,
2
,
3
,
4
}
,
{
5
}
,
{
}
}
,
{
{
1
,
2
,
3
,
4
,
5
}
,
{
}
,
{
}
}
}
"
"