StructValue

final case class StructValue(tys: Seq[Type]) extends AggregateKind

The type of a heterogeneous collection of data members.

trait Product
trait Equals
class ValueKind
class Type
class Object
trait Matchable
class Any

Value members

Inherited methods

def =?=(other: Type): Boolean
Inherited from:
Type
final def elemty(path: Seq[Val]): Type
Inherited from:
Type
Inherited from:
Type
final def mangle: String

The mangled representation of this.

The mangled representation of this.

Inherited from:
Type
Inherited from:
Product
final def show: String

A textual representation of this.

A textual representation of this.

Inherited from:
Type