package core_kernel

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

Module type Iobuf.Accessors_commonSource

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

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