compute Union With
Compute the type union of the object which is the bottom type, and the argument, which may be any type.
Return
The most specific type that is a supertype of both object and another.
Parameters
self
The bottom type.
another
Another type.