How to collect details of steps of for loop.
How would one easily built something like that. Having to create a seperate function to merge stuff seems very, uhm empty
//collector.ts
export function main (result: object) { return result }
That can work, but still feels odd that I need an additional function to handle that?