dotty.tools.dotc.transform.init.Objects.OfArray
See theOfArray companion object
Represents arrays.
Note that the 2nd parameter block does not take part in the definition of equality.
Different arrays are distinguished by the context. Currently the default context is the static object whose initialization triggers the creation of the array.
In the future, it is possible that we introduce a mechanism for end-users to mark the context.
Value parameters
- owner
-
The static object whose initialization creates the array.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Reftrait ValueElementtrait Valueclass Scopeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Ref
Attributes
- Inherited from:
- Ref
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Concrete fields
In this article