Join Slack
Powered by
Basically `a?.b` is returning `Int?`, so you need ...
# announcements
e
edwardwongtl
05/02/2018, 8:42 AM
Basically
a?.b
is returning
Int?
, so you need
?.
to invoke functions on it
Open in Slack
Previous
Next