[][src]Function nphysics2d::utils::union_find::union

pub fn union(x: usize, y: usize, sets: &mut [UnionFindSet])

Performs the union part of the union-find algorithm.