benleggiero
03/10/2017, 1:41 AMinline
sacrifices the size of the binary in favor of fewer stack frames and faster execution. Is that correct? Is it more subtle or complex? Is there anything else it does that I should know?voddan
03/10/2017, 6:33 AMinline
in Kotlin allows:
1) to skip creating objects when using lambdas
2) to reduce method count for trivial methods
3) to get richer control flowbenleggiero
03/16/2017, 2:38 PMvoddan
03/16/2017, 2:50 PMinline
unless you know what you are doing