pub type FleetLoc = (ProvinceAbbr, String);Expand description
A fleet location. The first element of the tuple is the province, the second is the coast.
pub type FleetLoc = (ProvinceAbbr, String);A fleet location. The first element of the tuple is the province, the second is the coast.