How to convert builtin arrays to generic lists in boo?

In case anyone would need it in the future the correct syntax is

mylist = List[of type]()