Anyone know if there's a built in way to turn a li...
# getting-started
f
Anyone know if there's a built in way to turn a list into a repeating infinite sequence? IE
[a,b,c]
would yield
(a,b,c,a,b,c,a,b,c....)