Help language development. Donate to The Perl Foundation
roundrobin-slip - Provide roundrobin(:slip) for older Rakus
use roundrobin-slip; .say for roundrobin((1,2), (3,4)); # (1 3)(2 4) .say for roundrobin((1,2), (3,4), :slip); # 1324
roundrobin-slip is a distribution that provides an extra candidate for the roundrobin function that will automatically slip all values that are produced.
Elizabeth Mattijsen [email protected]
Copyright 2021 Elizabeth Mattijsen
Source can be located at: https://github.com/lizmat/roundrobin-slip . Comments and Pull Requests are welcome.
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.