ArrayRef
io.github.scalats.ast.ArrayRef
Reference to an type of Array
(e.g. Array<string>
).
Attributes
- innerType
the element type (e.g.
string
forArray<string>
)- Graph
- Supertypes
Reference to an type of Array
(e.g. Array<string>
).
the element type (e.g. string
for Array<string>
)