const Gray = struct { w: u8, const black = Gray{ .w = 0 }; };