0 / 60 seg.

How do you access the married data in this struct?

struct person = Person {
    height: u64,
    weight: u64,
    married: bool
}