Join Slack
Communities
Powered by
The problem is that arrays are not like normal gen...
# announcements
d
diesieben07
09/28/2018, 11:36 AM
The problem is that arrays are not like normal generic classes, because of Java. In Java an array of strings and an array of objects is a different object. So
Array<Nothing>
would have to be
Nothing[]
in Java, which does not really work.
Open in Slack
Previous
Next