Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

cycle

🌌list.cycle

create a list that repeats the current list indefinitely. In case 'list.this'
is 'nil', returns 'nil'

redefines Sequence.cycle:
create a list that repeats the current Sequence indefinitely. In case 'Sequence.this'
is empty, returns 'nil'