TypeVarRepresentation
scalus.sir.lowering.TypeVarRepresentation
case class TypeVarRepresentation(isBuiltin: Boolean) extends LoweredValueRepresentation
TypeVarRepresentation is used for type variables. Usually this is a synonym for some other specific-type representation. When this is builtin type variable, it can be freely used in any type representation, but when it is not builtin (scala type-var) it can be used only with packed data representation.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article