AppliedUniques
dotty.tools.dotc.core.Uniques$.AppliedUniques
Attributes
- Graph
- Supertypes
- trait Hashableclass WeakHashSet[AppliedType]class MutableSet[AppliedType]class ReadOnlySet[AppliedType]class Objecttrait Matchableclass Any
Add element x to the set
Remove element x from the set
The entry in the set such that isEqual(x, entry), or else null.
The entry in the set such that isEqual(x, entry), or else null.
Like += but return existing element equal to x of it exists,
x itself otherwise.
Like += but return existing element equal to x of it exists,
x itself otherwise.