Digit6

final case class Digit6[N1 <: Base, N2 <: Base, N3 <: Base, N4 <: Base, N5 <: Base, N6 <: Base](_1: Tag[N1], _2: Tag[N2], _3: Tag[N3], _4: Tag[N4], _5: Tag[N5], _6: Tag[N6]) extends Tag[Digit6[N1, N2, N3, N4, N5, N6]] with NatTag
trait Product
trait Equals
trait NatTag
class Tag[Digit6[N1, N2, N3, N4, N5, N6]]
class Object
trait Matchable
class Any

Value members

Inherited methods

def load(ptr: Ptr[Digit6[N1, N2, N3, N4, N5, N6]]): Digit6[N1, N2, N3, N4, N5, N6]
Inherited from:
Tag
def offset(idx: CSize): CSize
Inherited from:
Tag
Inherited from:
Product
def store(ptr: Ptr[Digit6[N1, N2, N3, N4, N5, N6]], value: Digit6[N1, N2, N3, N4, N5, N6]): Unit
Inherited from:
Tag
Inherited from:
NatTag