scala-library-next
scala-library-next copied to clipboard
Add lazyZipAll to Iterable similar to zipAll
Regular lazyZip does not handle the situation where an element cannot be discarded but rather a default value should be used.
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?