Add EquiInterleave - #700
Conversation
Add EquiInterleave in project description
|
Out of curiosity, what does this add compared to the existing Wouldn't it be more elegant to make the second |
The "strategies as parameter" pattern has been discussed for the zip methods. (I will try to find the reference later). We can just add an overload that call the private parametrized method, but it turns out that the current "parametrizable" implementation has issue #694. I prefer to split it. Like it's done here #715 for zip. |
This PR addresses #695