package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

('d, 'w) Iobuf.t accessor function manipulating 'a, either writing it to the iobuf or reading it from the iobuf.

type ('a, 'd, 'w) t constraint 'd = [> Core.read ]
type ('a, 'd, 'w) t_local constraint 'd = [> Core.read ]
type 'a bin_prot
val char : (char, 'd, 'w) t
val bin_prot : 'a bin_prot -> ('a, 'd, 'w) t