You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This better serves the usecases of storing ordered strings since Lists are expected to be ordered. Also adjusts the Set behavior to be compatible with ordered sets.
Closesadorsys#91
When attempting to store an ordered set such as a
LinkedHashSet
the ordering is lost. This is due to using a HashSet when retrieving set values.The text was updated successfully, but these errors were encountered: