1 2 3 4 5 6 7
comptime { _ = @TypeOf(.{}).is_optional; } // error // // :2:21: error: struct '@TypeOf(.{})' has no member named 'is_optional'