package msgpck

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type buf_in
type buf_out
val read : ?pos:int -> buf_in -> int * t
val write : ?pos:int -> buf_out -> t -> int
val to_string : ?outbuf:buf_out -> t -> string