28 Feb
2024
28 Feb
'24
3:07 p.m.
On Wed Feb 28 07:33:18 2024 +0000, Conor McCarthy wrote:
If you use `i = sorter.available_blocks.count;` and `if (i == 0)` we don't need to know the size of `i`. I'm not sure I prefer it. It means that I have to use `i - 1` in a couple of places and I find that confusing.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/672#note_62941