The following syntax is demonstrated in the manual:
DArray(size(d),procs(d)) do I
...
end
I haven’t seen a loop like this before.  What is I?
The following syntax is demonstrated in the manual:
DArray(size(d),procs(d)) do I
...
end
I haven’t seen a loop like this before.  What is I?
I is the input argument to the following do block.  see Functions · The Julia Language