Join Slack
Communities
Powered by
```map[a][b][c][d]?.let { ...``` What's the best w...
# announcements
v
v
05/27/2018, 11:26 AM
Copy code
map[a][b][c][d]?.let { ...
What's the best way to write this? Something like
map[a]?.[b]?.[c]?. ...
, but that syntax doesn't work.
Open in Slack
Previous
Next