top | item 45953610

(no title)

cbarrick | 3 months ago

> why use `x.wrapping_sub()` instead of regular old `x - 1`?

Because I coded it to start at x=0, which will underflow and will panic in debug mode.

discuss

order

No comments yet.