thx for that Ilya I’m trying to understand exactly...
# getting-started
a
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?