UnificationDirection
dotty.tools.dotc.core.UnificationDirection
enum UnificationDirection
When calling Constraint#addLess(p1, p2, ...)
, the caller might end up unifying one parameter with the other, this enum lets addLess
know which direction the unification will take.
Attributes
- Graph
-
- Supertypes
Members list
In this article