SIRLetFlagsFlat

scalus.serialization.flat.FlatInstances.SIRLetFlagsFlat
object SIRLetFlagsFlat extends Flat[LetFlags]

Attributes

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

Members list

Value members

Concrete methods

override def bitSize(a: LetFlags): Int

Exact size of the encoding of a in bits. Callers use it to size the EncoderState buffer, so it must never under-estimate.

Exact size of the encoding of a in bits. Callers use it to size the EncoderState buffer, so it must never under-estimate.

Attributes

Definition Classes
override def decode(decode: DecoderState): LetFlags

Attributes

Definition Classes
override def encode(a: LetFlags, encode: EncoderState): Unit

Attributes

Definition Classes