Dylan DPC 395ce34a95
Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm
Make use of `[wrapping_]byte_{add,sub}`

These new methods trivially replace old `.cast().wrapping_offset().cast()` & similar code.
Note that [`arith_offset`](https://doc.rust-lang.org/std/intrinsics/fn.arith_offset.html) and `wrapping_offset` are the same thing.

r? ``@scottmcm``

_split off from #100746_
2022-08-29 16:49:43 +05:30
..
2022-06-27 13:30:44 -04:00
2022-08-09 10:20:49 -07:00
2022-07-13 17:07:41 -07:00
2022-05-20 11:04:13 -03:00
2022-05-22 07:18:32 -03:00
2022-05-20 11:16:30 -07:00
2022-07-03 10:46:20 +01:00
2022-08-23 19:32:37 +04:00
2022-08-03 12:44:21 -04:00
2022-08-20 12:49:20 -04:00
2022-07-08 21:18:15 +00:00
2022-06-27 13:30:44 -04:00