If I have Array<T>, Array<Array<T>&...
# announcements
a
If I have Array<T>, Array<Array<T>>, and so on is there a way to get to write a generic function (probably recursive) to get the Array<T> that doesn’t require casts?