UnionFindDetailed<T>.fromElements constructor

UnionFindDetailed<T>.fromElements(
  1. Iterable<T> elements
)

Creates a detailed Union-Find from an existing collection

Implementation

UnionFindDetailed.fromElements(super.elements) : super.fromElements();