package capnp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('cap, 'a) t =
  1. | None
  2. | List of 'cap ListStorage.t
  3. | Struct of ('cap, 'a) StructStorage.t
  4. | Capability of Stdint.Uint32.t