Is it possible to use find_index() functions to match nested queues?

In reply to markiv:

I think this does what you want:

match_q = bad_idea_q.find_index with ( addr1 inside {item.sub_q1} && addr2 inside {item.sub_q2});