package capnp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val sizeof_uint64 : int
type t =
  1. | Empty
  2. | Bit
  3. | Bytes1
  4. | Bytes2
  5. | Bytes4
  6. | Bytes8
  7. | Pointer
  8. | Composite of int * int
val get_byte_count : t -> int
val to_string : t -> string