scala-library-next icon indicating copy to clipboard operation
scala-library-next copied to clipboard

Add lazyZipAll to Iterable similar to zipAll

Open neontorrent opened this issue 4 years ago • 1 comments

Regular lazyZip does not handle the situation where an element cannot be discarded but rather a default value should be used.

neontorrent avatar Jan 20 '21 19:01 neontorrent

just for reference, how would one currently write the equivalent code for that, so we can see what the cost of not having it is?

NthPortal avatar Jan 22 '21 09:01 NthPortal