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