Get the most recent version of this planet's team array.
(&self, planet: Planet)
| 74 | |
| 75 | /// Get the most recent version of this planet's team array. |
| 76 | pub fn first_array(&self, planet: Planet) -> &TeamArray { |
| 77 | self.get_arrays(planet).front().unwrap() |
| 78 | } |
| 79 | |
| 80 | /// Get the oldest version of this planet's team array. |
| 81 | pub fn last_array(&self, planet: Planet) -> &TeamArray { |