StringSet

object StringSet
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

Allocate an empty Set, with underlying storage of size n.

Allocate an empty Set, with underlying storage of size n.

This method is useful if you know exactly how big you want the underlying array to be. In most cases ofSize() is probably what you want instead.