fn relays_in_same_extended_family(
subnet_config: &SubnetConfig,
r1: &Relay<'_>,
r2: &Relay<'_>,
family_rules: FamilyRules,
) -> boolExpand description
Return true if r1 and r2 are in the same “extended” family,
considering both explicitly declared families
and subnet-based extended families.