ArrayRef
Reference to an type of Array
(e.g. Array<string>
).
- Value parameters:
- innerType
the element type (e.g.
string
forArray<string>
)
Reference to an type of Array
(e.g. Array<string>
).
the element type (e.g. string
for Array<string>
)