package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type el
val caller_identity : Bin_prot.Shape.Uuid.t

caller_identity is necessary to ensure different callers of Make_iterable_binable are not shape compatible.

val module_name : string option
val length : t -> int
val iter : t -> f:(el -> unit) -> unit
val init : len:int -> next:(unit -> el) -> t
val bin_size_el : el Bin_prot.Size.sizer
val bin_write_el : el Bin_prot.Write.writer
val bin_read_el : el Bin_prot.Read.reader
val bin_shape_el : Bin_prot.Shape.t