Talk:Declaring Generics
Generic arrays
System.pas has "TArray<T> = array of T;", so it looks like generic arrays are also possible, but they aren't discussed in the Generics section. There is a page for System.TArray, but it only gives a little information. Davidmarcus 13:33, 18 March 2012 (PDT)
Response
This issue has been added to our work queue. Many thanks for your input. We value customer comments.
KrisHouser 10:23, 19 March 2012 (PDT)
RAD-10642