Values_1.RangeConstantSourceA structure that represents a range constant.
type nonrec t = {minimum : Values_0.LimitedString.t option;The minimum value for a range constant.
*)maximum : Values_0.LimitedString.t option;The maximum value for a range constant.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.LimitedString.t ]) list ]