cirq_google.line.placement.anneal.index_2d

Finds the first index of a target item within a list of lists.

seqs The list of lists to search.
target The item to find.

ValueError Item is not present.