|
|
|
|
|
by Phemist
1050 days ago
|
|
Left and right are both usizes, which are 64-bit pointers. You will need work on an array of 2^63 elements before you have to worry about integer overflow issues. This array would not fit in any kind of memory for the foreseeable future :) |
|
https://doc.rust-lang.org/nightly/rustc/platform-support.htm...