I'm trying to convert some java code that uses the...
# announcements
r
I'm trying to convert some java code that uses the arrayList.toArray(new Foo[arrayList.size()]) method of circumventing varargs, but it isn't working