tokiwa-software / fuzion-idioms

Idioms from https://www.programming-idioms.org implemented in the Fuzion language.
Other
3 stars 2 forks source link

add idiom 309 Clone a 2D array #159

Closed simonvonhackewitz closed 1 week ago

simonvonhackewitz commented 1 week ago

I left that out on purpose. Because arrays in fuzion are immutable it can not be illustrated that the array was actually cloned. Do you think it would still be good to add an example?