I\'m trying to create an iterator that will add one element to the start of a vector
struct World { player: Object, npcs: Vec, } impl World