package ocaml-protoc-plugin

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

Module DescriptorProto.ReservedRange

Sourceval name' : unit -> string
Sourcetype t = {
  1. start : int option;
  2. end' : int option;
}
Sourceval make : ?start:int -> ?end':int -> unit -> t