given_Flat_DeBruijnedProgram

scalus.uplc.DeBruijnedProgram.given_Flat_DeBruijnedProgram

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def bitSize(a: DeBruijnedProgram): 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

def encode(a: DeBruijnedProgram, enc: EncoderState): Unit

Concrete fields