pub struct Population {
    pub population: [f64],
}

Fields

population: [f64]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more