Join Slack
Powered by
thx for that Ilya I’m trying to understand exactly...
# getting-started
a
aamit01
05/31/2016, 2:19 AM
thx for that Ilya I’m trying to understand exactly what inline brings me. take this code.
Copy code
m.get("0") ?: 42 m.getOrElse("0") { 42 }
they do not emit the same bytecode. so when inline works, what exactly is happening?
Open in Slack
Previous
Next