Closed klaudiosinani closed 5 years ago
The PR introduces the following new nullary predicate method:
DisjointSet#isEmpty()
Determines whether the foreset contains any elements, thus any disjoint sets, returning true or false as appropriate.
true
false
Also, the corresponding TypeScript ambient declarations are included in the PR.
Description
The PR introduces the following new nullary predicate method:
DisjointSet#isEmpty()
Determines whether the foreset contains any elements, thus any disjoint sets, returning
true
orfalse
as appropriate.Also, the corresponding TypeScript ambient declarations are included in the PR.