pub type SquareKilometer<S = f64> = Quantity<SquareKilometer, S>;
SquareKilometer.
pub struct SquareKilometer<S = f64>(/* private fields */);