Should BaseSets enforce that elements must not be duplicated? Right now it currently allows for duplicated elements. I guess this makes sense if you see multiple instances of X and have say different elementData for each of them, but wondering if this might cause problems downstream.
Should BaseSets enforce that elements must not be duplicated? Right now it currently allows for duplicated elements. I guess this makes sense if you see multiple instances of X and have say different elementData for each of them, but wondering if this might cause problems downstream.