I want create an Array of DArrays and I'm using
a = Array(DArray, 5)
but when I do a[1] = dfill(1,1)
I get the error:
ERROR: `convert` has no method matching convert(::Type{DArray{T,N,A}},
::Int64)
Where am I doing wrong?
How can I make it to work?
