docs says that it new
"creates a mutable vector of a given length" and unsafeNew
"creates a mutable vector from a specified length. The length is not checked."
However, this resolved github issue indicates that it unsafeNew
does not reset the memory, but new
does.
Which one?
source
share