package ocaml-protoc-plugin

  1. Overview
  2. Docs
type t = (int * Ocaml_protoc_plugin__.Field.t) list
val default : t
val pp : Format.formatter -> t -> unit
val show : t -> string
val equal : t -> t -> bool
val compare : t -> t -> int
val get : ('a, _) Ocaml_protoc_plugin__.Spec.compound -> t -> 'a
val set : ('a, _) Ocaml_protoc_plugin__.Spec.compound -> t -> 'a -> t