elliotchance/gedcom

View on GitHub
individual_node_pair.go

Summary

Maintainability
A
0 mins
Test Coverage
package gedcom

type IndividualNodePair struct {
    Left, Right *IndividualNode
}