NullType
dotty.tools.sjs.ir.Types.NullType
case object NullType extends PrimTypeWithRef
The type of null. It does not accept undefined. The null type is a subtype of all class types and array types.
Attributes
Members list
Value members
Inherited methods
Create a new instance of type T with elements taken from product p.
Create a new instance of type T with elements taken from product p.
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- PrimTypeWithRef
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article