Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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