TypeVar

scalus.compiler.sir.SIRType.TypeVar
See theTypeVar companion class
object TypeVar

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TypeVar.type

Members list

Value members

Concrete methods

def apply(name: String, optId: Option[Long] = ..., kind: TypeVarKind = ...): TypeVar
def unapply(tv: TypeVar): (String, Option[Long], TypeVarKind)

Destructures to (name, optId, kind) for pattern matching.

Destructures to (name, optId, kind) for pattern matching.

Attributes