Assigned
Status Update
Comments
k....@outlook.com <k....@outlook.com> #2
Please include a sample project that reproduces your issue.
No update yet.
Please include a sample project that reproduces your issue.
Description
We already have
OrderedScatterSet
, but we don't have specialized variations for Int, Long, Float, and Double like we do for ScatterSet (seeIntSet
,LongSet
,FloatSet
, andDoubleSet
). Consider addingOrderedIntSet
,OrderedLongSet
,OrderedFloatSet
, andOrderedDoubleSet
for parity and to offer a suitable autoboxing-friendly replacement forLinkedHashSet<Int>
.