Is it possible to extend a type like `ArrayList&lt...
# getting-started
a
Is it possible to extend a type like
ArrayList<ArrayList<Example>>
? or would that just be a type alias?