data-structures

MatchingVertex

type_alias
type MatchingVertex = Vertex & {
group: 'L' | 'R' | ''
}