pub const Specifier = union(enum)
pub const Specifier = union(enum) { none, number: usize, named: []const u8, }