I've run into a scenario where I need to iterate over multiple collections until the longest one is exhausted, using some value as the fill for the other collections that are exhausted first. There are a couple good solutions on Stack Overflow, but I think it would be a useful function in medley too. I'm willing to write up an implementation.
I've run into a scenario where I need to iterate over multiple collections until the longest one is exhausted, using some value as the fill for the other collections that are exhausted first. There are a couple good solutions on Stack Overflow, but I think it would be a useful function in medley too. I'm willing to write up an implementation.