How do you access the married data in this struct?
struct person = Person {
height: u64,
weight: u64,
married: bool
}
How do you access the married data in this struct?
struct person = Person {
height: u64,
weight: u64,
married: bool
}