Move from sentinel-terminated pointers to sentinel-terminated slices globally ([+:0] -> [:0]) (#203)

This commit is contained in:
Nikolas 2025-02-24 16:44:40 +01:00
parent 4d452b2bcd
commit bc82c6ebd7
Failed to generate hash of commit
6 changed files with 209 additions and 209 deletions

View file

@ -43,7 +43,7 @@ pub fn main() anyerror!void {
rl.Color.beige,
};
const colorNames = [maxColorCount][*:0]const u8{
const colorNames = [maxColorCount][:0]const u8{
"DARKGRAY",
"MAROON",
"ORANGE",