kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

Introduced zipAll() for KT-13017

Open MRylander opened this issue 4 years ago • 0 comments

Adding zipAll function to address https://youtrack.jetbrains.com/issue/KT-13017

Code, docs, and samples are written to be constant with existing zip function below.

https://github.com/JetBrains/kotlin/blob/f62ffeaa0ae46a5c9df248d6ef18ded75840026d/libraries/stdlib/common/src/generated/_Collections.kt#L3254-L3270

MRylander avatar Sep 06 '21 18:09 MRylander