Dave Leeds
04/17/2024, 2:57 PMinline
, crossinline
, and noinline
.
Most of us understand the basics of what it means to inline a function, but there are some nuances that affect how you can use lambdas that are passed to them. In this video, we'll cover the basics of inline functions, and then learn about those nuances - including how we can use crossinline
and noinline
to get the behavior that we want!
Jacob Ras
04/17/2024, 4:51 PMStefan Oltmann
04/19/2024, 7:39 AM