Hi! We've had a modified version of `.zip` functio...
# kontributors
r
Hi! We've had a modified version of
.zip
function that errors if collection sizes differ (we call it
.zipSameSize
in our codebase @ Google) for some time now. It seems to be useful from the readability point of view. Most of the time ppl seem to zip equally sized collections and it would be erroneous situation if it was not the case, hence throw an exception. How do I go about trying to contribute this to the standard library?
f
Hey! Please open an issue in KT project (with
Libraries
subsystem): https://youtrack.jetbrains.com/newIssue?project=KT, describe the problem and the proposed solution there. Once the issue will get the green light, feel free to submit a PR.
r
Thanks! I've created "KT-77310 Add
zipSameSize
function to Collections API". But I didn't figure out how to add
Libraries
subsystem.
thank you color 1