Documentation
Preparing search index...
jscorlib
Linq
chunk
Function chunk
chunk
<
T
>
(
count
:
number
)
:
PipeBody
<
LinqWrapper
<
T
>
,
LinqWrapper
<
readonly
T
[]
>
>
Splits the elements of a sequence into chunks of
count
at most size.
Type Parameters
T
Parameters
count
:
number
Returns
PipeBody
<
LinqWrapper
<
T
>
,
LinqWrapper
<
readonly
T
[]
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Splits the elements of a sequence into chunks of
count
at most size.