package bin_prot

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t
type ('a, 'b) el
val caller_identity : Bin_prot.Shape.Uuid.t
val module_name : string option
val length : ('a, 'b) t -> int
val iter : ('a, 'b) t -> f:(('a, 'b) el -> unit) -> unit
val init : len:int -> next:(unit -> ('a, 'b) el) -> ('a, 'b) t
val bin_size_el : ('a, 'b, ('a, 'b) el) Size.sizer2
val bin_write_el : ('a, 'b, ('a, 'b) el) Write.writer2
val bin_read_el : ('a, 'b, ('a, 'b) el) Read.reader2
val bin_shape_el : Shape.t -> Shape.t -> Shape.t