louiscad
06/22/2019, 4:14 PMBoolean
parameter named something like before
. If it's true
, the code before the lambda is run, if false
, the code after runs. Then, at runtime, the function is called once with true
, the inlined lambda is called, then the function is called again with false
.