package ocaml-protoc-plugin

  1. Overview
  2. Docs
type t = (int * Ocaml_protoc_plugin__.Field.t) list
val default : t
val pp : Stdlib.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.Deserialize.compound -> t -> 'a
val set : 'a Ocaml_protoc_plugin__.Spec.Serialize.compound -> t -> 'a -> t