My problem is that I need to iterate over the array and calculate some kind of value depending on each element. I was looking for some bend type function for arrays, but the standard library seems very useless with arrays. Or am I missing something?
Another solution could be an array of list bindings. Binding means that I do not want to copy this array. Is it possible?
Btw, all about a simple array.
source share