dotty.tools.dotc.util.SimpleIdentitySet
See theSimpleIdentitySet companion object
A simple linked set with eq
as the comparison, optimized for small sets. It has linear complexity for contains
, +
, and -
.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Known subtypes
-
Members list
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
-
Returns
-
a string representation of the object.
-
Definition Classes
-
Any