with the syntax defined in the user manual for distributed arrays: DArray(init, dims[, procs, dist])
is there a way to have the init function accept additional parameters? so instead of having function init(I) #do something end but function init(I, a, b) #do something end or should I simply go with the @everywhere macro?