8 Sep
2008
8 Sep
'08
1:57 a.m.
2008/9/7 Michael Heuer
Hello Kas,
ChucK has a cast operator, so you should be able to cast the result of List.get(int), Iterator.next(), or the object parameter in a forEach(UnaryPredicate) to what you expect the Object to be. This works:
Wow! Great stuff! Thanks a lot for taking the time to figure this out and share. Kas.