Closed fuchsnj closed 6 years ago
the length is not related to size of memory, so usize is not needed here. And on non 64-bit machines this can lead to data loss.
usize
the length is not related to size of memory, so
usize
is not needed here. And on non 64-bit machines this can lead to data loss.