toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-std
/
io.rtron.std
/
zipWithNextToTriples
zip
With
Next
To
Triples
fun
<
T
>
Iterable
<
T
>
.
zipWithNextToTriples
(
)
:
List
<
Triple
<
T
,
T
,
T
>
>
Zip each element in this list with the next two elements and zip them to a
Triple
.
Return
list of triples