chickadee » protobuf » enum-info

enum-infotype

The record type of descriptors for protocol buffer enumeration types. It contains

  • an immutable integer->enum field holding a procedure that converts the integer representation of an enumeration item into a symbol and
  • an immutable enum->integer field holding a procedure that converts the symbolic representation of an enumeration item into an integer.