package repr

  1. Overview
  2. Docs
val encode : [ `Int | `Int8 | `Int16 | `Int32 | `Int64 | `Fixed of int ] -> (bytes -> (string -> unit) -> unit) Staging.staged
val decode : [ `Int | `Int8 | `Int16 | `Int32 | `Int64 | `Fixed of int ] -> (string -> int Stdlib.ref -> bytes) Staging.staged
val sizer : [ `Int | `Int8 | `Int16 | `Int32 | `Int64 | `Fixed of int ] -> bytes Size.Sizer.t