package structs // struct bundling the star and the galaxy index it comes from type Stargalaxy struct { star Star2D index int64 }