Zig 0.14: Name types more explicitly

This commit is contained in:
LN Liberda
2025-03-10 02:41:13 +01:00
parent a38c8fa0f7
commit b63e522f6f

View File

@ -8,7 +8,7 @@ const std = @import("std");
pub const FlagStack = struct {
const len = 8;
flags: [len]Flags = .{.{}} ** len,
flags: [len]Flags = .{Flags{}} ** len,
idx: u3 = 0,
/// Return the current stack value