package cactus

  1. Overview
  2. Docs
type t

The type for values.

type input_value = input_value
val size : int
val of_input : input_value -> t
val to_input : t -> input_value
val set : marker:(unit -> unit) -> bytes -> off:int -> t -> unit
val get : bytes -> off:int -> t
val pp : Stdlib.Format.formatter -> t -> unit