UnionFind.isLeader

i がグループのリーダーか返す. 各グループにはただ1つのみリーダーが存在する

struct UnionFind
const
bool
isLeader
(
size_t i
)

Meta