Values.MapIterationEventDetailsSourceContains details about an iteration of a Map state.
type nonrec t = {name : Name.t option;The name of the iteration’s parent Map state.
*)index : UnsignedInteger.t option;The index of the array belonging to the Map state iteration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of UnsignedInteger.t | `String of Name.t ]) list ]