ListType

class ListType(val type: Type) : Type

A type to specify a variable-size list containing elements of a single type.

Constructors

Link copied to clipboard
fun ListType(type: Type)

Properties

Link copied to clipboard
val type: Type

the type of the elements in the list.