compute Intersection With
Compute the type intersection of the object which is the bottom type, and the argument, which may be any type.
Return
The most general type that is a subtype of both object and another.
Parameters
self
The bottom type.
another
Another type.