Open Seasawher opened 2 weeks ago
For example, if you want to have a reference to both xs and ys := x :: xs at the same time, there is no problem, but if you want a reference to both as and bs := Array.push as a, this will copy the whole array.
cf. Folding over Array vs. over List
Array
List
cf. Folding over
Array
vs. overList