Skip to main content

is_nullish_type

Function is_nullish_type 

Source
pub fn is_nullish_type(types: &dyn TypeDatabase, type_id: TypeId) -> bool
Expand description

Check if a type is nullish (null/undefined/void or union containing them).