- Home /
Question by
Pecek · May 21, 2014 at 06:10 PM ·
listboogeneric listbuiltin array
How to convert builtin arrays to generic lists in boo?
Comment
Best Answer
Answer by Pecek · May 22, 2014 at 04:57 PM
In case anyone would need it in the future the correct syntax is
mylist = List[of type]()