Join Slack
Powered by
<@U1Q4G204R>: Not sure I understand the question, ...
# announcements
e
ean5533
07/11/2016, 4:38 AM
@uriel
: Not sure I understand the question, but this code will create an array of size 5 all initialized to null:
Copy code
val arr = Array<String?>(5) {null}
Open in Slack
Previous
Next