struct Film { string name; vector actor_indicies; }; struct Actor { string name; vector film_indices; };