https://issues.dlang.org/show_bug.cgi?id=20964
--- Comment #3 from Walter Bright <[email protected]> --- To elaborate, decrementing past the beginning could lead to a wraparound, which is why this restriction is in the memory model. --
d-bugmail--- via Digitalmars-d-bugs Tue, 21 Sep 2021 22:26:24 -0700
https://issues.dlang.org/show_bug.cgi?id=20964
--- Comment #3 from Walter Bright <[email protected]> --- To elaborate, decrementing past the beginning could lead to a wraparound, which is why this restriction is in the memory model. --