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

pub fn find(x: usize, sets: &mut [UnionFindSet]) -> usize

Performs the find part of the union-find algorithm.