Return Vector
when creating similar VectorOfArray
with new length
#401
Labels
Vector
when creating similar VectorOfArray
with new length
#401
Question❓
Not sure if it's intended to behave like this or just a bug. When creating a similar array of
VectorOfArray
with a new length, wouldn't it be more intuitive to getVectorOfArray
instead of justVector
? Since when we are doing the same forVector{Vector}
, we would end up gettingVector{Vector}
.The text was updated successfully, but these errors were encountered: