You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fill method, at least for VectorData, doesn't return anything; it just internally fills the array in the data container. When hacking with @bosschmidt, we realised that this behaviour wasn't very intuitive. I wonder if it should return, too. Or perhaps we should encourage people to use VectorData instead of allocating a random or zero DataContainer and filling it?
Description
The
fill
method, at least forVectorData
, doesn't return anything; it just internally fills the array in the data container. When hacking with @bosschmidt, we realised that this behaviour wasn't very intuitive. I wonder if it should return, too. Or perhaps we should encourage people to useVectorData
instead of allocating a random or zeroDataContainer
and filling it?Gives the result
You can see that
a
isNone
.The text was updated successfully, but these errors were encountered: