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
All other toImmutable and toPersistent functions for immutable/persistent lists/sets take Iterable as their receiver, however toPersistentHashSet takes a Set.
toHashSet in the kotlin stdlib also takes Iterable.
This is inconvenient when converting from some other collection into a persistent hash set.
The text was updated successfully, but these errors were encountered:
The change was released with version 0.3.3 of this library.
Thanks for your feedback!
Please open new issues if you find any fields for improvements. Always glad to see your feedback.
All other
toImmutable
andtoPersistent
functions for immutable/persistent lists/sets takeIterable
as their receiver, howevertoPersistentHashSet
takes aSet
.toHashSet
in the kotlin stdlib also takesIterable
.This is inconvenient when converting from some other collection into a persistent hash set.
The text was updated successfully, but these errors were encountered: