cirq.index_tags

Indexes tags in target_tags as tag_0, tag_1, ... per tag.

circuit Input circuit to apply the transformations on. The input circuit is not mutated.
context cirq.TransformerContext storing common configurable options for transformers.
target_tags Tags to be indexed.

Copy of the transformed input circuit.