PlainIntFlat

scalus.utils.PlainIntFlat
object PlainIntFlat extends HashConsedFlat[Int]

Attributes

Graph
Supertypes
trait HashConsedFlat[Int]
trait Flat[Int]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def bitSizeHC(a: Int, hashConsed: State): Int
def decodeHC(decoderState: HashConsedDecoderState): Int
def encodeHC(a: Int, encoderState: HashConsedEncoderState): Unit

Inherited methods

final override def bitSize(a: Int): Int

Attributes

Definition Classes
Inherited from:
HashConsedFlat
def decode(decode: DecoderState): Int

Attributes

Inherited from:
HashConsedFlat
final override def encode(a: Int, encoderState: EncoderState): Unit

Attributes

Definition Classes
Inherited from:
HashConsedFlat