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

Idiom # 29: Remove item from list, by its index

See programming-idioms.org:

Code

This works an any Sequence, which is Fuzion's most general list type. Note that items is not modified, but a new field items is declared and initialized with the new list.

Running Example