Null<T>
Null can be useful in two cases. In order to document some methods
that accepts or can return a null value, or for the Flash9 compiler and AS3
generator to distinguish between base values that can be null and others that
can’t.
Type: alias
Defined in: StdTypes
Alias for T in