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 : (_, _) Ocaml_protoc_plugin__.Spec.Deserialize.compound_list -> t -> 'b Result.t
val set : ('a -> Writer.t, Writer.t) Ocaml_protoc_plugin__.Spec.Serialize.compound_list -> t -> 'a -> t