Module Conversions.Convert_Block_Forward

Parameters

module C : Conversion
module F : sig ... end

Signature

type boolean = F.boolean
type offset = F.offset
type value = F.value
type block = F.block
val sizeof : (block, offset) C.To_Arity.ar1

Size of a block in bytes

val concat : (block, block, block) C.To_Arity.ar2

Concatenates two blocks

Loads (extracts) a value of a fixed size at a given index from a block

Stores (writes) a fixed size value of a given index in a block

val binary_to_block : size:Units.In_bits.t -> (value, block) C.To_Arity.ar1

Converts a fixed size value to a block