On Wednesday, 23 September 2015 at 21:30:37 UTC, BBasile wrote:
auto interleave(RoR)(RoR r)
{
    return r.transposed.join;

If you use joiner it will even be lazy and avoid the allocation.

Reply via email to