UnionFind.merge

merge a, b

struct UnionFind
void
merge
(
size_t a
,
size_t b
)

Meta