package cactus

  1. Overview
  2. Docs

Module Make.ValueSource

Sourcetype t

The type for values.

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