Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Binary.Bytes_unboxed
Sourceval 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 ref -> bytes) Staging.staged