zip3
Summary
Same as zip
but with three arrays.
Tip
This function is curried.
Examples
1 2 |
|
Parameters
Name | Type | Description |
---|---|---|
a | Array |
|
b | Array |
|
c | Array |
Return
Array.<Array>
Summary
Same as zip
but with three arrays.
Tip
This function is curried.
1 2 |
|
Name | Type | Description |
---|---|---|
a | Array |
|
b | Array |
|
c | Array |
Array.<Array>