Should we use `hashSetOf<X>()` or `HashSet&l...
# getting-started
m
Should we use
hashSetOf<X>()
or
HashSet<X>()
for when we want a mutable hash set?
r
#stdlib, but my vote is no.