Values_1.CollectiveConstantEntrySourceThe definition for a CollectiveConstantEntry.
type nonrec t = {constantType : ConstantType.t option;The ConstantType of a CollectiveConstantEntry.
*)value : ConstantValueString.t option;The value of a CollectiveConstantEntry.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ConstantValueString.t ]) list ]