dart-lang / collection

The collection package for Dart contains a number of separate libraries with utility functions and classes that makes working with collections easier.

Home Page:https://pub.dev/packages/collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider changing UnionSetController constructor into a factory

jakemac53 opened this issue · comments

It's technically a breaking change, but I'm open to trying it. It's an implementation class, nobody should be extending it.

I'm also not particularly fond of the class to begin with, it seems overly specialized.