@tsdotnet/linq - v1.5.11
Preparing search index...
transforms
rows
Function rows
rows
<
T
>
(
columns
:
Iterable
<
Iterable
<
T
,
any
,
any
>
>
)
:
Iterable
<
Row
<
T
>
>
Returns the rows from a given set of iterables representing columns.
Type Parameters
T
Parameters
columns
:
Iterable
<
Iterable
<
T
,
any
,
any
>
>
Returns
Iterable
<
Row
<
T
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/linq - v1.5.11
Loading...
Returns the rows from a given set of iterables representing columns.