Is it garanteed that ImageBuffer::new()
returns a buffer filled with zero()
s of the corresponding type ?
#2217
-
i'm working on a feature in but the documentation of
Therefore, i am looking for confirmation outside of the current implementation that this is an intended feature that will most likely not be changed in the future rather than an implementation detail that could be changed for any and all reasons at any moment. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, I don't see any reason to change that and it is usually the most efficient initialization routine there is. We can agree on this behavior without evolution issue. |
Beta Was this translation helpful? Give feedback.
Yes, I don't see any reason to change that and it is usually the most efficient initialization routine there is. We can agree on this behavior without evolution issue.