Idiom # 29: Remove item from list, by its index
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.
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.