FlandreScarlet 87d8cb19e4
std.debug: fix ConfigurableTrace.dump OOB
The for-loop in dump() would index out of bounds if `t.index` is greater
than size, because `end` is the maximum of `t.index` and `size` rather than the
minimum.
2022-06-23 15:07:08 +03:00
..
2022-06-14 23:20:39 +02:00
2022-02-13 17:16:22 +02:00
2022-05-13 16:43:59 -04:00
2022-06-22 14:32:52 +02:00
2022-05-26 21:58:19 -07:00