menu
lunaris_engine package
documentation
network/union_find.dart
UnionFind<T>
setCount property
setCount property
dark_mode
light_mode
setCount
property
int
get
setCount
Gets the number of disjoint sets
Implementation
int get setCount => _setCount;
lunaris_engine package
documentation
network/union_find
UnionFind<T>
setCount property
UnionFind class