Join Slack
Powered by
`forEach` is probably better in this context, but ...
# getting-started
v
voddan
06/10/2016, 3:17 AM
forEach
is probably better in this context, but
!!
is also an option
Copy code
if(boxes != null) { for(b in boxes!!) { } }
Open in Slack
Previous
Next