In a language like C# I can declare a list of lists like:
List> list_of_lists;
Is there a similar way to declare a strong
The simplest is:
x: Array>
And, if you need something more complex, you can do something like this:
y: Array>